Semaphore/web/resources/pug/projects/add.pug
Denis 7263101be0 Use npm instead of submodule. Split public to web/public & web/resources
Fix build under Windows

Remove htmls from pug directory

Move package.json to web directory

Remove OS type checking from test

Fix builder.js codestyle

Remove Taskfile_windows.yml
2018-03-13 12:23:20 +05:00

13 lines
383 B
Plaintext

.modal-header
h4.modal-title New Project
.modal-body
form.form-horizontal
.form-group
label.control-label.col-sm-4 Project Name
.col-sm-6
input.form-control(type="text" placeholder="Project Name" ng-model="project.name" required)
.modal-footer
button.btn.btn-default.pull-left(ng-click="$dismiss()") Dismiss
button.btn.btn-success(ng-click="$close(project)") Create