gitlab-org--gitlab-foss/app/views/wikis/_new.html.haml

13 lines
474 B
Plaintext
Raw Normal View History

2013-03-18 21:08:54 +00:00
%div#modal-new-wiki.modal.hide
.modal-header
%a.close{href: "#"} ×
2013-04-16 19:20:35 +00:00
%h3.page_title New Wiki Page
2013-03-18 21:08:54 +00:00
.modal-body
= label_tag :new_wiki_path do
%span Page slug
2013-05-02 11:36:53 +00: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 19:20:35 +00:00
%p.hint
Please dont use spaces and slashes
2013-03-18 21:08:54 +00:00
.modal-footer
= link_to 'Build', '#', class: 'build-new-wiki btn btn-create'