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

15 lines
468 B
Plaintext
Raw Normal View History

2015-04-30 17:06:18 +00:00
- page_title "Edit", @page.title, "Wiki"
= render 'nav'
.pull-right
= render 'main_links'
%h3.page-title
Editing -
%span.light #{@page.title}
%hr
2012-02-19 14:35:31 +00:00
= render 'form'
2013-01-30 14:40:43 +00:00
.pull-right
- if @page.persisted? && can?(current_user, :admin_wiki, @project)
2015-03-14 07:29:32 +00:00
= link_to namespace_project_wiki_path(@project.namespace, @project, @page), data: { confirm: "Are you sure you want to delete this page?"}, method: :delete, class: "btn btn-sm btn-remove" do
Delete this page