gitlab-org--gitlab-foss/app/views/groups/group_members
Dmitriy Zaporozhets 342d553709
Rename abilities to correspond contoller/model action names
write_ was renamed to create_
modify_  was renamed to update_

So now in update action we have next code

def create
  can?(current_user, :create_issue, @issue)
end

def update
  can?(current_user, :update_issue, @issue)
end

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26 15:55:56 +02:00
..
_group_member.html.haml Rename abilities to correspond contoller/model action names 2015-06-26 15:55:56 +02:00
_new_group_member.html.haml Let members be invited from Add members pane. 2015-04-14 12:08:10 +02:00
index.html.haml Dont use fixed pixel size if form controls - its bad for mobile devices 2015-06-08 16:34:58 +02:00
update.js.haml Fix STI+polymorphic for Group <-> GroupMember 2014-09-14 21:52:54 +03:00