DEV: add class to body of no_ember layout so it can targeted in CSS

This commit is contained in:
Neil Lalonde 2020-06-25 16:17:19 -04:00
parent 768bb406ee
commit 8c9cc5b772
No known key found for this signature in database
GPG Key ID: FF871CA9037D0A91
1 changed files with 1 additions and 1 deletions

View File

@ -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'>