diff --git a/app/views/basil/index.html.erb b/app/views/basil/index.html.erb index 3ec3ac72..9bb19693 100644 --- a/app/views/basil/index.html.erb +++ b/app/views/basil/index.html.erb @@ -59,6 +59,20 @@ <% end %> <% end %> + + <% if @content.empty? %> +
+ You haven't created any <%= @content_type %> pages yet. +

+ + <%= link_to new_polymorphic_path(@content_type.downcase), class: '' do %> +
+ add + Create <%= @content_type %> +
+ <% end %> +
+ <% end %>