debian-mirror-gitlab/app/views/projects/wikis/edit.html.haml

21 lines
415 B
Text
Raw Normal View History

2015-12-23 02:04:40 +05:30
- page_title "Edit", @page.title.capitalize, "Wiki"
2015-09-25 12:07:36 +05:30
= render "header_title"
2014-09-02 18:07:02 +05:30
= render 'nav'
2016-04-02 18:10:28 +05:30
.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-23 02:04:40 +05:30
= render 'main_links'
2014-09-02 18:07:02 +05:30
2015-12-23 02:04:40 +05:30
= render 'form'