Skip to content

Commit

Permalink
Adding a layout
Browse files Browse the repository at this point in the history
  • Loading branch information
edmore committed May 25, 2012
1 parent 2dd4d29 commit 5804fcf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
10 changes: 3 additions & 7 deletions views/index.haml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
%html
%head
%title
Peekaboo
%body
%p
Peekaboo I see you!!
%body
%p
Peekaboo I see you!!
%nav
%ul
%li
Expand Down
7 changes: 7 additions & 0 deletions views/layout.haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!!!
%html
%head
%title
Peekaboo
= yield

4 changes: 0 additions & 4 deletions views/push.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
%html
%head
%title
Peekaboo | Push
%body
%p
Push
Expand Down

0 comments on commit 5804fcf

Please sign in to comment.