Move wiki delete button to the edit page

This commit is contained in:
Riyad Preukschas 2013-01-11 20:03:43 +01:00
parent e54246d310
commit 5aada8cc2a
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
%h3.page_title Editing page
%hr
= render 'form'
.right
- if can? current_user, :admin_wiki, @project
= link_to project_wiki_path(@project, @wiki), confirm: "Are you sure you want to delete this page?", method: :delete, class: "btn small danger" do
Delete this page

View file

@ -16,6 +16,3 @@
= markdown @wiki.content
%p.time Last edited by #{@wiki.user.name}, #{time_ago_in_words @wiki.created_at} ago
- if can? current_user, :admin_wiki, @project
= link_to project_wiki_path(@project, @wiki), confirm: "Are you sure you want to delete this page?", method: :delete do
Delete this page