summaryrefslogtreecommitdiffstats
path: root/example/view
diff options
context:
space:
mode:
Diffstat (limited to 'example/view')
-rw-r--r--example/view/url3/index.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/example/view/url3/index.haml b/example/view/url3/index.haml
index ff91a0b..789cf16 100644
--- a/example/view/url3/index.haml
+++ b/example/view/url3/index.haml
@@ -1,6 +1,9 @@
%h2=@title
%p=Time.now.strftime '%H:%M:%S'
-%p=@data
+%p="SID : #{@sid}"
+%p="Session data : #{@data}"
%a{:href=>Node3.r}="reload"
%br
+%a{:href=>Node3.r('reset')}="reset session"
+%br
%a{:href=>Node0.r}="back"