layout progress bar update
This commit is contained in:
@ -14,8 +14,7 @@
|
||||
<div class="layout">
|
||||
<% if content_for?(:category) %>
|
||||
|
||||
<header>
|
||||
-- NO PROGRESS BAR ON EDITS --
|
||||
<header <%= raw("class=\"no-progressbar\"") if content_for?(:summary) %>>
|
||||
<div class="page-title slash-left">
|
||||
<div>Section: <%= yield(:category) %></div>
|
||||
</div>
|
||||
@ -30,7 +29,9 @@
|
||||
</header>
|
||||
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
|
||||
</div>
|
||||
<%= render partial: 'layouts/footer' %>
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
|
||||
|
Reference in New Issue
Block a user