summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/edit.html.haml
blob: 23f64fbbd1062d33ccac23854bd874dcf4072d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- 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'