mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
80538908a8
- fix ./make.sh watch - rename .jade -> .pug
13 lines
383 B
Plaintext
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 |