[refs #263] dont show owner in the group members list

This commit is contained in:
Alexander Machehin 2012-05-03 18:34:30 +06:00
parent 377035c911
commit f3cc6a03a5
1 changed files with 1 additions and 1 deletions

View File

@ -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}][]"