diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 09:44:02 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 09:44:02 +0100 |
commit | 0d82447a4a0f2c603e648ec5f640f848e6a02208 (patch) | |
tree | 6e75939b6e5d2d300df62cdbb0bb127042dc4c0d /examples/layout | |
parent | 626aebd32b2fa899cfb67f3b569c7460aee9c9b0 (diff) | |
download | zorglub-0d82447a4a0f2c603e648ec5f640f848e6a02208.zip zorglub-0d82447a4a0f2c603e648ec5f640f848e6a02208.tar.gz |
rename examples into example
Diffstat (limited to 'examples/layout')
-rw-r--r-- | examples/layout/css.haml | 5 | ||||
-rw-r--r-- | examples/layout/default.haml | 5 | ||||
-rw-r--r-- | examples/layout/other.haml | 4 |
3 files changed, 0 insertions, 14 deletions
diff --git a/examples/layout/css.haml b/examples/layout/css.haml deleted file mode 100644 index fbe0a47..0000000 --- a/examples/layout/css.haml +++ /dev/null @@ -1,5 +0,0 @@ -%h1=@title -%p="xx <b>css</b> layout xx" -%p="Css #{inherited_var(:css).inspect}" -%p=@content -%p="xx -- xx" diff --git a/examples/layout/default.haml b/examples/layout/default.haml deleted file mode 100644 index 8df684f..0000000 --- a/examples/layout/default.haml +++ /dev/null @@ -1,5 +0,0 @@ -%h1=@title -%p="xx <b>default</b> layout xx" -%p="count #{Zorglub::Node.count}" -%p=@content -%p="xx -- xx" diff --git a/examples/layout/other.haml b/examples/layout/other.haml deleted file mode 100644 index 601b305..0000000 --- a/examples/layout/other.haml +++ /dev/null @@ -1,4 +0,0 @@ -%h1=@title -%p="xx <b>other</b> layout - xx" -%p=@content -%p="xx -- xx" |