Skip to content

Commit d306ab1

Browse files
committed
todo
1 parent 1ab48c1 commit d306ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/content/list/_list.html.erb

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<% end %>
8787

8888
<% if local_assigns[:show_add_another_form] && content_list.any? && current_user.can_create?(content_type) %>
89+
<%# todo real permissions here %>
8990
<% if content_type == Character || content_type == Location || content_type == Item || current_user.on_premium_plan? %>
9091
<% unless content_type == Universe %>
9192
<%= render partial: 'content/list/quick_add_form', locals: { content_type: content_type } %>

0 commit comments

Comments
 (0)