Files
gitlabhq/app/views/projects/wikis/edit.html.haml
T
2015-12-02 13:59:42 +01:00

17 lines
372 B
Plaintext

- page_title "Edit", @page.title.capitalize, "Wiki"
= render "header_title"
= render 'nav'
.gray-content-block
.pull-right
= render 'main_links'
%h3.page-title.oneline
%span.light Edit Page
- if @page.persisted?
= link_to @page.title, namespace_project_wiki_path(@project.namespace, @project, @page)
- else
= @page.title
= render 'form'