We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9233395 commit 4a53d9bCopy full SHA for 4a53d9b
app/views/layouts/_sidenav.html.erb
@@ -95,12 +95,7 @@
95
96
<!-- <li class="divider"></li> -->
97
<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>
+ <%= link_to main_app.customization_content_types_path do %>
104
<i class="material-icons black-text">add</i>
105
Add more...
106
<% end %>
0 commit comments