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