|
|
|
@ -46,7 +46,7 @@ See doc/COPYRIGHT.md for more details. |
|
|
|
|
</div> |
|
|
|
|
<% end %> |
|
|
|
|
<% if current_user.admin? %> |
|
|
|
|
<%= link_to new_project_member_path(project_id: project.identifier), class: 'button -alt-highlight' do %> |
|
|
|
|
<%= link_to project_members_path(project_id: project.identifier), class: 'button -alt-highlight' do %> |
|
|
|
|
<i class="button--icon icon-add"></i> |
|
|
|
|
<span class="button--text"><%= t('activerecord.models.member') %></span> |
|
|
|
|
<% end %> |
|
|
|
|