BattleSim/client/views/modals/export_team.jade

12 lines
450 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#export-team-modal.modal.hide
.modal-header
button.close(type="button", data-dismiss="modal", aria-hidden="true") ×
h3 Your exported team
.modal-body
form.form-horizontal
.control-group
textarea.exported-team.textarea_modal
.modal-footer
button.button.import-team-submit(data-dismiss="modal", aria-hidden="true", style="margin-right: 5px") Import
button.button(data-dismiss="modal", aria-hidden="true") Close