<%=t "experiments.canvas.popups.users_tab" %>

<% if can_edit_users_on_module(@my_module) then %>


<%= link_to t('experiments.canvas.popups.manage_users'), my_module_users_edit_path(@my_module, format: :json), remote: true, class: "manage-users-link" %>

<% end %>