16 lines
493 B
Text
16 lines
493 B
Text
- page_title "Edit", @page.title, "Wiki"
|
|
= render "header_title"
|
|
|
|
= render 'nav'
|
|
.pull-right
|
|
= render 'main_links'
|
|
%h3.page-title
|
|
Editing -
|
|
%span.light #{@page.title}
|
|
%hr
|
|
= render 'form'
|
|
|
|
.pull-right
|
|
- if @page.persisted? && can?(current_user, :admin_wiki, @project)
|
|
= 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
|