gitlabhq/app/views/wikis/edit.html.haml

8 lines
277 B
Plaintext
Raw Normal View History

%h3.page_title Editing page
%hr
2012-02-19 15:35:31 +01:00
= 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