DEV: add class to body of no_ember layout so it can targeted in CSS
This commit is contained in:
parent
768bb406ee
commit
8c9cc5b772
|
@ -12,7 +12,7 @@
|
|||
<%= yield(:no_ember_head) %>
|
||||
<%= build_plugin_html 'server:before-head-close' %>
|
||||
</head>
|
||||
<body <% if @custom_body_class %>class="<%= @custom_body_class %>"<% end %>>
|
||||
<body class="no-ember <%= @custom_body_class %>">
|
||||
<%= theme_lookup("header") %>
|
||||
<%= build_plugin_html 'server:header' %>
|
||||
<section id='main'>
|
||||
|
|
Loading…
Reference in New Issue