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

11 lines
347 B
Text
Raw Normal View History

%h3.page_title
Editing page
= render partial: 'main_links'
%hr
2012-02-19 16:35:31 +02:00
= render 'form'
2013-01-30 16:40:43 +02:00
.pull-right
- if @wiki.persisted? && 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