%# Usage: render partial: 'content/display/contributors_user_list', locals: { content: content } %> <% if raw_model.contributors.any? %>
Invited <%= time_ago_in_words contributor.created_at %> ago
<% if user_signed_in? && content.user == current_user %><%= link_to 'Remove this contributor', remove_contributor_path(contributor.id), class: 'js-remove-contributor', method: 'delete', remote: true, data: { confirm: "Are you sure? They will no longer have contributor access to this universe." } %>
<% end %> group