debian-mirror-gitlab/app/views/projects/wikis/edit.html.haml
2016-06-16 23:09:34 +05:30

19 lines
401 B
Text

- page_title "Edit", @page.title.capitalize, "Wiki"
= render 'nav'
.top-area
.nav-text.wiki-page
%strong
- if @page.persisted?
= link_to @page.title.capitalize, namespace_project_wiki_path(@project.namespace, @project, @page)
- else
= @page.title.capitalize
%span.light
·
Edit Page
.nav-controls
= render 'main_links'
= render 'form'