mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Don't show upgrade CTA on extended content if you're on premium
This commit is contained in:
parent
792182e929
commit
46b8b93c83
@ -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 %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user