Change formatting of cds modal
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user