summaryrefslogtreecommitdiffstats
path: root/example/view/url1/index.haml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-04 09:44:02 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-04 09:44:02 +0100
commit0d82447a4a0f2c603e648ec5f640f848e6a02208 (patch)
tree6e75939b6e5d2d300df62cdbb0bb127042dc4c0d /example/view/url1/index.haml
parent626aebd32b2fa899cfb67f3b569c7460aee9c9b0 (diff)
downloadzorglub-0d82447a4a0f2c603e648ec5f640f848e6a02208.zip
zorglub-0d82447a4a0f2c603e648ec5f640f848e6a02208.tar.gz
rename examples into example
Diffstat (limited to 'example/view/url1/index.haml')
-rw-r--r--example/view/url1/index.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/view/url1/index.haml b/example/view/url1/index.haml
new file mode 100644
index 0000000..7bbf8be
--- /dev/null
+++ b/example/view/url1/index.haml
@@ -0,0 +1,7 @@
+%h3='url1 index view'
+-action.each do |k,v|
+ %p="#{k} => #{v}"
+%p
+ - @links.each do |href,name|
+ %a{:href=>href}=name
+ %br