summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/edit.html.haml
blob: 4da93a4165c05b02c9605fecf4c7d754137b0416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- page_title "编辑", @page.title.capitalize, "维基"
= render "header_title"
= 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
      ·
      编辑页面

  .nav-controls
    = render 'main_links'


= render 'form'