12 lines
474 B
Text
12 lines
474 B
Text
%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'
|