|
|
@ -45,7 +45,7 @@ See doc/COPYRIGHT.md for more details. |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<% if current_user.admin? %> |
|
|
|
<% if current_user.allowed_to?(:manage_members, project) %> |
|
|
|
<%= link_to project_members_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> |
|
|
|
<i class="button--icon icon-add"></i> |
|
|
|
<span class="button--text"><%= t('activerecord.models.member') %></span> |
|
|
|
<span class="button--text"><%= t('activerecord.models.member') %></span> |
|
|
|