summaryrefslogtreecommitdiffstats
path: root/examples/layout
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-09-13 10:12:55 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-09-13 10:12:55 +0200
commit285fa24544bf5feffb08b56deb03ec224f1726b4 (patch)
tree8b355476082aece51b41bd9516e18aa861488fbf /examples/layout
parentb06ae981c92040fe06c0317f0d12dc3f02044d21 (diff)
downloadzorglub-285fa24544bf5feffb08b56deb03ec224f1726b4.zip
zorglub-285fa24544bf5feffb08b56deb03ec224f1726b4.tar.gz
add before_all and after_all hooks
Diffstat (limited to 'examples/layout')
-rw-r--r--examples/layout/default.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/layout/default.haml b/examples/layout/default.haml
index 6af5e38..8df684f 100644
--- a/examples/layout/default.haml
+++ b/examples/layout/default.haml
@@ -1,4 +1,5 @@
%h1=@title
%p="xx <b>default</b> layout xx"
+%p="count #{Zorglub::Node.count}"
%p=@content
%p="xx -- xx"