summaryrefslogtreecommitdiff
path: root/app/views/wikis/edit.html.haml
blob: 71f8d6a9b6cb79745c06c125f94a43c00cb06403 (plain)
1
2
3
4
5
6
7
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 btn-small btn-remove" do
      Delete this page