<% if @content.count > 0 %> <% if current_user.can_create?(@content_type_class) %> <%= link_to new_polymorphic_path(@content_type_class), class: "btn #{@content_type_class.color}" do %> add <%= @content_type_class.icon %> <% end %> <% else %> <%= link_to subscription_path, class: "btn grey lighten-3 #{@content_type_class.text_color} tooltipped", data: { position: 'bottom', tooltip: "Upgrade to Premium to create more #{@content_type_class.name.pluralize}", enterDelay: 50 } do %> + <%= @content_type_class.icon %> <% end %> <% end %> <% end %>