gitlab-org--gitlab-foss/app/views/projects/wikis/edit.html.haml

11 lines
358 B
Plaintext
Raw Normal View History

= render 'nav'
%h3.page-title
Editing page
2013-06-22 12:04:49 +00:00
= render 'main_links'
2012-02-19 14:35:31 +00:00
= render 'form'
2013-01-30 14:40:43 +00:00
.pull-right
- if @wiki.persisted? && can?(current_user, :admin_wiki, @project)
= link_to project_wiki_path(@project, @wiki), data: { confirm: "Are you sure you want to delete this page?"}, method: :delete, class: "btn btn-small btn-remove" do
Delete this page