diff options
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/pokeviewer/application.html.haml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/layouts/pokeviewer/application.html.haml b/app/views/layouts/pokeviewer/application.html.haml index 6bce8b9..31b19ea 100644 --- a/app/views/layouts/pokeviewer/application.html.haml +++ b/app/views/layouts/pokeviewer/application.html.haml | |||
@@ -7,9 +7,4 @@ | |||
7 | = csrf_meta_tags | 7 | = csrf_meta_tags |
8 | %body | 8 | %body |
9 | %header#banner Pokéviewer | 9 | %header#banner Pokéviewer |
10 | #container | 10 | #content= yield |
11 | #left-sidebar | ||
12 | Sidebar stuff | ||
13 | #content= yield | ||
14 | #right-sidebar | ||
15 | Sidebar stuff | ||