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

20 lines
391 B
Plaintext
Raw Normal View History

2015-12-02 12:59:42 +00:00
- page_title "Edit", @page.title.capitalize, "Wiki"
= render 'nav'
.top-area
.nav-text
%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
2015-12-02 12:59:42 +00:00
= render 'main_links'
2015-12-02 12:59:42 +00:00
= render 'form'