Commit 05bc65895c083cf89e44e72c80918cda761cfaa1
1 parent
4a1b0936
Exists in
master
and in
4 other branches
fix layout for snippets
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/snippets.html.haml
1 | 1 | !!! 5 |
2 | 2 | %html{ lang: "en"} |
3 | 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 | 5 | = render "layouts/head_panel", title: "Snippets" |
6 | 6 | = render "layouts/flash" |
7 | 7 | %nav.main-nav | ... | ... |