13 lines
479 B
Plaintext
13 lines
479 B
Plaintext
|
#import-team-modal.modal.hide
|
|||
|
.modal-header
|
|||
|
button.close(type="button", data-dismiss="modal", aria-hidden="true") ×
|
|||
|
h3 Import a team from PS/PO
|
|||
|
.modal-body
|
|||
|
.form-errors.alert.alert-error.hidden
|
|||
|
form.form-horizontal
|
|||
|
.control-group
|
|||
|
textarea.imported-team.textarea_modal(placeholder = "Paste your team here")
|
|||
|
.modal-footer
|
|||
|
button.button.button_blue.import-team-submit Import
|
|||
|
button.button(data-dismiss="modal", aria-hidden="true") Close
|