summaryrefslogtreecommitdiffstats
path: root/examples/view/url3
diff options
context:
space:
mode:
Diffstat (limited to 'examples/view/url3')
-rw-r--r--examples/view/url3/index.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/view/url3/index.haml b/examples/view/url3/index.haml
new file mode 100644
index 0000000..ff91a0b
--- /dev/null
+++ b/examples/view/url3/index.haml
@@ -0,0 +1,6 @@
+%h2=@title
+%p=Time.now.strftime '%H:%M:%S'
+%p=@data
+%a{:href=>Node3.r}="reload"
+%br
+%a{:href=>Node0.r}="back"