BattleSim/client/views/modals/new_client.jade

14 lines
581 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.

#new_client.modal.hide
.modal-header
button.close(type="button", data-dismiss="modal", aria-hidden="true") ×
h3 A new client appeared!
.modal-body
p
strong Your client is outdated!
| Please refresh to upgrade to the latest version of the client. If you
| choose not to refresh, you may see odd behavior. If you were editing
| a team, you should save the team first, then manually refresh.
.modal-footer
button.button.button_blue.button_refresh Refresh
button.button(data-dismiss="modal", aria-hidden="true") I'll refresh later