Skip to content
Snippets Groups Projects
Commit 75a02e09 authored by Andrey Kumanyaev's avatar Andrey Kumanyaev
Browse files

simple cleanup code %)

parent c5cbbea8
No related branches found
No related tags found
2 merge requests!2940Expanding repos and hooks paths in settings,!2772fix edit project members access link and page fixes refs #2745
Loading
Loading
@@ -123,5 +123,5 @@
%tr
%td= link_to project.name_with_namespace, admin_project_path(project)
%td= tm.project_access_human
%td= link_to 'Edit Access', edit_admin_project_member_path(project.path_with_namespace, tm.user.username), class: "btn small"
%td= link_to 'Remove from team', admin_project_member_path(project.path_with_namespace, tm.user.username), confirm: 'Are you sure?', method: :delete, class: "btn small danger"
%td= link_to 'Edit Access', edit_admin_project_member_path(project, tm.user), class: "btn small"
%td= link_to 'Remove from team', admin_project_member_path(project, tm.user), confirm: 'Are you sure?', method: :delete, class: "btn small danger"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment