gitlab/app/views/groups
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_members Rename abilities to correspond contoller/model action names 2015-06-26 15:55:56 +02:00
milestones Add Browse Issues button to Dashboard and Group milestones. 2015-05-27 14:23:04 +02:00
_projects.html.haml Fix project name overflow on dashboard 2015-03-18 21:05:39 -07:00
edit.html.haml Bootlint: Use offset grid classes instead of empty divs 2015-06-16 13:32:32 -04:00
issues.atom.builder Remove unnecessary private_token params. 2015-04-23 17:11:39 +02:00
issues.html.haml Move issuable partials in common directory 2015-06-25 15:11:22 +02:00
merge_requests.html.haml Move issuable partials in common directory 2015-06-25 15:11:22 +02:00
new.html.haml Bootlint: Use offset grid classes instead of empty divs 2015-06-16 13:32:32 -04:00
projects.html.haml Add a page title to every page. 2015-04-30 19:12:15 +02:00
show.atom.builder Fix Atom feeds. 2015-05-21 11:39:33 +02:00
show.html.haml Remove text since rss is now to prominent. 2015-06-12 11:58:18 +02:00