mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-04-29 13:15:25 +08:00
20 lines
542 B
Plaintext
20 lines
542 B
Plaintext
#user-confirm-required
|
|
.container
|
|
.alert.alert-warning
|
|
p
|
|
= t '.description', email: current_user.email
|
|
p
|
|
a.btn.btn-default href=users_confirmation_path data-remote="true" data-method="post"
|
|
= t '.resend_email'
|
|
'
|
|
a.btn href=settings_account_path
|
|
= t '.change_email'
|
|
|
|
#user-confirm-required-modal.modal.fade
|
|
.modal-dialog
|
|
.modal-content
|
|
.modal-header
|
|
button.close data-dismiss="modal"
|
|
| ×
|
|
.modal-title
|