Skip to content

Commit 4a53d9b

Browse files
committed
remove new in sidenav
1 parent 9233395 commit 4a53d9b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/views/layouts/_sidenav.html.erb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,7 @@
9595

9696
<!-- <li class="divider"></li> -->
9797
<li>
98-
<%= link_to main_app.customization_content_types_path, class: 'tooltipped', data: {
99-
position: 'right',
100-
tooltip: "New in November: #{Rails.application.config.content_types[:new].map { |ct| ct.name.pluralize }.to_sentence}",
101-
enterDelay: 50
102-
} do %>
103-
<span class="badge new right blue lighten-2">5</span>
98+
<%= link_to main_app.customization_content_types_path do %>
10499
<i class="material-icons black-text">add</i>
105100
Add more...
106101
<% end %>

0 commit comments

Comments
 (0)