debian-mirror-gitlab/app/views/projects/wikis/_new.html.haml

15 lines
635 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
%div#modal-new-wiki.modal
2014-09-02 18:07:02 +05:30
.modal-dialog
.modal-content
.modal-header
%a.close{href: "#", "data-dismiss" => "modal"} ×
%h3.page-title New Wiki Page
.modal-body
2016-04-02 18:10:28 +05:30
%form.new-wiki-page
.form-group
= label_tag :new_wiki_path do
%span Page slug
= text_field_tag :new_wiki_path, nil, placeholder: 'how-to-setup', class: 'form-control', required: true, :'data-wikis-path' => namespace_project_wikis_path(@project.namespace, @project), autofocus: true
.form-actions
= button_tag 'Create Page', class: 'build-new-wiki btn btn-create'