2013-03-18 17:08:54 -04:00
|
|
|
|
%div#modal-new-wiki.modal.hide
|
|
|
|
|
.modal-header
|
|
|
|
|
%a.close{href: "#"} ×
|
2013-04-16 15:20:35 -04:00
|
|
|
|
%h3.page_title New Wiki Page
|
2013-03-18 17:08:54 -04:00
|
|
|
|
.modal-body
|
|
|
|
|
= label_tag :new_wiki_path do
|
|
|
|
|
%span Page slug
|
2013-05-02 07:36:53 -04:00
|
|
|
|
= text_field_tag :new_wiki_path, nil, placeholder: 'how-to-setup', class: 'input-xlarge', required: true, :'data-wikis-path' => project_wikis_path(@project)
|
2013-04-16 15:20:35 -04:00
|
|
|
|
%p.hint
|
|
|
|
|
Please dont use spaces and slashes
|
2013-03-18 17:08:54 -04:00
|
|
|
|
.modal-footer
|
|
|
|
|
= link_to 'Build', '#', class: 'build-new-wiki btn btn-create'
|