mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-16 17:02:18 +00:00
Change formatting of cds modal
This commit is contained in:
parent
0508f77ed4
commit
074e683ba7
1 changed files with 3 additions and 4 deletions
|
|
@ -3,10 +3,9 @@
|
|||
h3=env.t('changeCustomDayStart')
|
||||
|
||||
.modal-body
|
||||
.alert.alert-danger
|
||||
p=env.t('nextCron', {time: '{{nextCron | date: user.preferences.dateFormat + " @ h:mm a"}}'})
|
||||
p=env.t('sureChangeCustomDayStart')
|
||||
p!=env.t('nextCron', {time: '<strong class="text-danger">{{::nextCron | date: user.preferences.dateFormat + " @ h:mm a"}}</strong>'})
|
||||
|
||||
.modal-footer
|
||||
p.pull-left-sm=env.t('sureChangeCustomDayStart')
|
||||
a.btn.btn-default(ng-click='$close()')=env.t('close')
|
||||
a.btn.btn-danger(ng-click='saveDayStart(); $close()')=env.t('confirm')
|
||||
a.btn.btn-primary(ng-click='saveDayStart(); $close()')=env.t('confirm')
|
||||
|
|
|
|||
Loading…
Reference in a new issue