diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-09-10 23:36:38 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-09-11 01:03:24 +0200 |
commit | 15d55e301ad7bbc643115d7146fcedb6554b9db4 (patch) | |
tree | 4d42d47fd4c70192536ed455df6a27d29ab6ae72 /examples/view/url3/index.haml | |
parent | 4c727eb185b27c6ef5c1c2a2283d7a8adf21a06b (diff) | |
download | zorglub-15d55e301ad7bbc643115d7146fcedb6554b9db4.zip zorglub-15d55e301ad7bbc643115d7146fcedb6554b9db4.tar.gz |
rewrite example application
Diffstat (limited to 'examples/view/url3/index.haml')
-rw-r--r-- | examples/view/url3/index.haml | 6 |
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" |