summaryrefslogtreecommitdiffstats
path: root/examples/layout/css.haml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-04 09:42:22 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-04 09:42:22 +0100
commit626aebd32b2fa899cfb67f3b569c7460aee9c9b0 (patch)
tree26462a379c12db6b7420cd3e848045d67063ddee /examples/layout/css.haml
parente782955f6f6b0814685c9377b6663a76d18c0b7b (diff)
downloadzorglub-626aebd32b2fa899cfb67f3b569c7460aee9c9b0.zip
zorglub-626aebd32b2fa899cfb67f3b569c7460aee9c9b0.tar.gz
examples: use inherited_var instead of Zorglub::Helpers::Css
Diffstat (limited to 'examples/layout/css.haml')
-rw-r--r--examples/layout/css.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/layout/css.haml b/examples/layout/css.haml
index c9e35db..fbe0a47 100644
--- a/examples/layout/css.haml
+++ b/examples/layout/css.haml
@@ -1,5 +1,5 @@
%h1=@title
%p="xx <b>css</b> layout xx"
-%p="Css #{css.inspect}"
+%p="Css #{inherited_var(:css).inspect}"
%p=@content
%p="xx -- xx"