mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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) %>
|
<%= yield(:no_ember_head) %>
|
||||||
<%= build_plugin_html 'server:before-head-close' %>
|
<%= build_plugin_html 'server:before-head-close' %>
|
||||||
</head>
|
</head>
|
||||||
<body <% if @custom_body_class %>class="<%= @custom_body_class %>"<% end %>>
|
<body class="no-ember <%= @custom_body_class %>">
|
||||||
<%= theme_lookup("header") %>
|
<%= theme_lookup("header") %>
|
||||||
<%= build_plugin_html 'server:header' %>
|
<%= build_plugin_html 'server:header' %>
|
||||||
<section id='main'>
|
<section id='main'>
|
||||||
|
Loading…
Reference in New Issue
Block a user