gitlab/app/views
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
..
admin Changed the placement of Restricted Domains 2015-06-23 15:54:33 -07:00
dashboard Move issuable partials in common directory 2015-06-25 15:11:22 +02:00
devise Add "Remember me" checkbox to LDAP signin form. 2015-06-05 14:37:01 +02:00
doorkeeper Fix consistency issues on New Application page. 2015-06-15 21:27:20 +02:00
errors Add a page title to every page. 2015-04-30 19:12:15 +02:00
events Fix text align in last push event 2015-06-15 14:54:41 +02:00
explore Remove button to all projects on Trending Projects page. 2015-06-14 21:30:53 +02:00
groups Rename abilities to correspond contoller/model action names 2015-06-26 15:55:56 +02:00
help Bootlint: Modals no longer need a '.hide' class 2015-06-16 13:32:33 -04:00
import Add a page title to every page. 2015-04-30 19:12:15 +02:00
invites Add a page title to every page. 2015-04-30 19:12:15 +02:00
kaminari/gitlab Migrate forms and inputs pt1 2013-12-31 02:50:36 +02:00
layouts Merge branch 'animation-sidebar' into 'master' 2015-06-23 08:53:31 +00:00
notify Use entity number for plus sign 2015-05-27 13:04:18 +00:00
profiles Use User#two_factor_enabled instead of otp_required_for_login 2015-06-19 15:14:37 -04:00
projects Rename abilities to correspond contoller/model action names 2015-06-26 15:55:56 +02:00
search Revert merge request states renaming 2015-06-19 17:09:50 +02:00
shared Simplify set of assignee, milestone and label to admin_issue rule 2015-06-26 15:45:45 +02:00
snippets Rename abilities to correspond contoller/model action names 2015-06-26 15:55:56 +02:00
users Merge branch 'see-full-size-avatar' into 'master' 2015-06-22 13:21:17 +00:00
votes Fix votes inline rendering 2015-03-20 15:34:29 -07:00