Fix removed members path

pull/6827/head
Oliver Günther 8 years ago
parent 26e2241469
commit 3beb792330
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      app/views/my_projects_overviews/blocks/_members.html.erb

@ -46,7 +46,7 @@ See doc/COPYRIGHT.md for more details.
</div> </div>
<% end %> <% end %>
<% if current_user.admin? %> <% 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> <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>
<% end %> <% end %>

Loading…
Cancel
Save