Don't show upgrade CTA on extended content if you're on premium

This commit is contained in:
Andrew Brown 2017-02-15 19:01:09 +00:00
parent 792182e929
commit 46b8b93c83

View File

@ -39,7 +39,7 @@
<%= link_to new_polymorphic_path(@content.build), class: "btn white #{content_type_class.color}-text" do %>
+
<i class="material-icons <%= content_type_class.color %>-text tooltipped" data-position="bottom" data-tooltip="Upgrade to Premium to create more <%= content_type_class.name.pluralize %>">
<i class="material-icons <%= content_type_class.color %>-text tooltipped" data-position="bottom" data-tooltip="Create another <%= content_type_class.name %>">
<%= content_type_class.icon %>
</i>
<% end %>