remove NEW badge in sidebar

This commit is contained in:
Andrew Brown 2020-08-10 15:28:19 -07:00
parent 5067ded4c4
commit 61eeea4d94

View File

@ -150,7 +150,7 @@
<li>
<%= link_to main_app.page_collections_path, class: 'waves-effect' do %>
<i class="material-icons left <%= PageCollection.color %>-text"><%= PageCollection.icon %></i>
<span class="new badge <%= PageCollection.color %> white-text"></span>
<!--<span class="new badge <%= PageCollection.color %> white-text"></span>-->
Collections
<% end %>
</li>