diff options
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" |