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

_new.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: ca8e7c1b4b4597c5de6c9173ba700324d4570a98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%div#modal-new-wiki.modal.hide
  .modal-header
    %a.close{href: "#"} ×
    %h3.page_title New Wiki Page
  .modal-body
    = label_tag :new_wiki_path do
      %span Page slug
    = text_field_tag :new_wiki_path, nil, placeholder: 'how-to-setup', class: 'input-xlarge', required: true, :'data-wikis-path' => project_wikis_path(@project)
    %p.hint
      Please dont use spaces and slashes
  .modal-footer
    = link_to 'Build', '#', class: 'build-new-wiki btn btn-create'