Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « wikis « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'