layout progress bar update

This commit is contained in:
Mark Moser
2016-07-28 08:22:05 -05:00
parent 79e1797295
commit 8623fe0d93
4 changed files with 7 additions and 5 deletions

View File

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