BattleSim/client/views/modals/teams_differ.jade

15 lines
580 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.

.teams-differ-modal.modal.hide
.modal-header
button.close(type="button", data-dismiss="modal", aria-hidden="true") ×
h3 Our teams differ!
.modal-body
p
strong Your copy of this team differs from ours!
p
| Perhaps you edited this team on a different computer? Or disconnected
| during a save? Either way, this is the team we have:
textarea.remote-team.textarea_modal= teamText
.modal-footer
button.button.button_blue(data-dismiss="modal", aria-hidden="true") Keep local changes
button.button.button_override Use remote version