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

20 lines
401 B
Text
Raw Normal View History

2015-12-23 02:04:40 +05:30
- page_title "Edit", @page.title.capitalize, "Wiki"
2014-09-02 18:07:02 +05:30
= render 'nav'
2016-04-02 18:10:28 +05:30
.top-area
.nav-text.wiki-page
2016-04-02 18:10:28 +05:30
%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'