summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/_new.html.haml
blob: 38462c7c469d3c858bd3e5ab9a65ca83c80c9109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%div#modal-new-wiki.modal.hide
  .modal-header
    %a.close{href: "#", "data-dismiss" => "modal"} ×
    %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-lg', required: true, :'data-wikis-path' => project_wikis_path(@project)
    %p.hint
      Please don't use spaces and slashes
  .modal-footer
    = link_to 'Build', '#', class: 'build-new-wiki btn btn-create'