From 46b8b93c831305fdd3d01c2d28ca70ff09d24c8a Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 15 Feb 2017 19:01:09 +0000 Subject: [PATCH] Don't show upgrade CTA on extended content if you're on premium --- app/views/content/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/index.html.erb b/app/views/content/index.html.erb index 122dbcf9..45103d62 100644 --- a/app/views/content/index.html.erb +++ b/app/views/content/index.html.erb @@ -39,7 +39,7 @@ <%= link_to new_polymorphic_path(@content.build), class: "btn white #{content_type_class.color}-text" do %> + - + <%= content_type_class.icon %> <% end %>