gitlab-org--gitlab-foss/app/views/projects/wikis
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
..
_form.html.haml Bootlint: Use offset grid classes instead of empty divs 2015-06-16 13:32:32 -04:00
_main_links.html.haml Rename abilities to correspond contoller/model action names 2015-06-26 15:55:56 +02:00
_nav.html.haml Rename abilities to correspond contoller/model action names 2015-06-26 15:55:56 +02:00
_new.html.haml Bootlint: Modals no longer need a '.hide' class 2015-06-16 13:32:33 -04:00
edit.html.haml Add a page title to every page. 2015-04-30 19:12:15 +02:00
empty.html.haml Add a page title to every page. 2015-04-30 19:12:15 +02:00
git_access.html.haml Capitalize "Git Access" in page title. 2015-04-30 21:15:56 +02:00
history.html.haml Add a page title to every page. 2015-04-30 19:12:15 +02:00
pages.html.haml Add a page title to every page. 2015-04-30 19:12:15 +02:00
show.html.haml Add a page title to every page. 2015-04-30 19:12:15 +02:00