edit.html.haml 287 Bytes
%h3.page_title Editing page
= render 'form'

.pull-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