[refs #263] dont show owner in the group members list
This commit is contained in:
parent
377035c911
commit
f3cc6a03a5
|
@ -9,7 +9,7 @@
|
|||
%th= t("layout.collaborators.members")
|
||||
%th{:colspan => "3"}= t("layout.collaborators.roles")
|
||||
%tbody
|
||||
- parent.members.each do |user|
|
||||
- (parent.members - [parent.owner]).each do |user|
|
||||
%tr
|
||||
%td
|
||||
%span#niceCheckbox1.niceCheck-main= check_box_tag "user_remove[#{user.id}][]"
|
||||
|
|
Loading…
Reference in New Issue