Commit 05bc65895c083cf89e44e72c80918cda761cfaa1

Authored by Dmitriy Zaporozhets
1 parent 4a1b0936

fix layout for snippets

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/snippets.html.haml
1 !!! 5 1 !!! 5
2 %html{ lang: "en"} 2 %html{ lang: "en"}
3 = render "layouts/head", title: "Snipepts" 3 = render "layouts/head", title: "Snipepts"
4 - %body{class: "#{app_theme} application", :'data-page' => body_data_page}} 4 + %body{class: "#{app_theme} application", :'data-page' => body_data_page}
5 = render "layouts/head_panel", title: "Snippets" 5 = render "layouts/head_panel", title: "Snippets"
6 = render "layouts/flash" 6 = render "layouts/flash"
7 %nav.main-nav 7 %nav.main-nav