diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-08 09:17:10 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-08 09:17:10 +0100 |
commit | d59521f3bec769dfe35f1d822617998468f78d7d (patch) | |
tree | ad0bd822bb883c1d48556cb3c9b8059f676b2a8b /example/layout | |
parent | 8b5ac512744905424c191ea56124a0e7b9f1f787 (diff) | |
download | zorglub-d59521f3bec769dfe35f1d822617998468f78d7d.zip zorglub-d59521f3bec769dfe35f1d822617998468f78d7d.tar.gz |
inherited_vars in cli_vals, fix and comment
Diffstat (limited to 'example/layout')
-rw-r--r-- | example/layout/css.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/layout/css.haml b/example/layout/css.haml index fbe0a47..a48c120 100644 --- a/example/layout/css.haml +++ b/example/layout/css.haml @@ -1,5 +1,5 @@ %h1=@title %p="xx <b>css</b> layout xx" -%p="Css #{inherited_var(:css).inspect}" +%p="Css #{cli_val(:css).inspect}" %p=@content %p="xx -- xx" |