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

Display actual user role (admin or not) in team members list

parent b280c2f3
No related branches found
No related tags found
2 merge requests!2940Expanding repos and hooks paths in settings,!2777Add assign project to team button on team page
Loading
Loading
@@ -18,7 +18,7 @@
.left.span2
%span
Admin access
= check_box_tag :group_admin
= check_box_tag :group_admin, true, @team.admin?(user)
.right
- if current_user == user
%span.btn.disabled This is you!
Loading
Loading
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