codecombat/app/templates/account/unsubscribe-view.jade

18 lines
484 B
Text
Raw Normal View History

2014-01-17 13:47:42 -05:00
extends /templates/base
block content
p
span(data-i18n="account.unsubscribe") Unsubscribing for
span
strong= email
button.btn.btn-warning#unsubscribe-button(data-i18n="account.unsubscribe_button") Do it
.progress.progress-striped.active.secret
.progress-bar
2014-01-17 13:47:42 -05:00
p.secret#fail-alert(data-i18n="account.unsubscribe_failed").alert.alert-danger Failed
2014-01-17 13:47:42 -05:00
p.secret#success-alert(data-i18n="account.unsubscribe_success").alert.alert-success Success