We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab48c1 commit d306ab1Copy full SHA for d306ab1
app/views/content/list/_list.html.erb
@@ -86,6 +86,7 @@
86
<% end %>
87
88
<% if local_assigns[:show_add_another_form] && content_list.any? && current_user.can_create?(content_type) %>
89
+ <%# todo real permissions here %>
90
<% if content_type == Character || content_type == Location || content_type == Item || current_user.on_premium_plan? %>
91
<% unless content_type == Universe %>
92
<%= render partial: 'content/list/quick_add_form', locals: { content_type: content_type } %>
0 commit comments