summaryrefslogtreecommitdiffstats
path: root/examples/view/url1
diff options
context:
space:
mode:
Diffstat (limited to 'examples/view/url1')
-rw-r--r--examples/view/url1/index.haml7
-rw-r--r--examples/view/url1/meth0.haml7
2 files changed, 0 insertions, 14 deletions
diff --git a/examples/view/url1/index.haml b/examples/view/url1/index.haml
deleted file mode 100644
index 7bbf8be..0000000
--- a/examples/view/url1/index.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-%h3='url1 index view'
--action.each do |k,v|
- %p="#{k} => #{v}"
-%p
- - @links.each do |href,name|
- %a{:href=>href}=name
- %br
diff --git a/examples/view/url1/meth0.haml b/examples/view/url1/meth0.haml
deleted file mode 100644
index 89a7ab9..0000000
--- a/examples/view/url1/meth0.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-%h3='url1 meth0 view'
--action.each do |k,v|
- %p="#{k} => #{v}"
-%p
- - @links.each do |href,name|
- %a{:href=>href}=name
- %br