Dailies new subheading and summary change (#8799)

* Dailies new subheading and summary change

* summary change
This commit is contained in:
LlamaLad
2017-07-06 15:31:13 -05:00
committed by Sabe Jones
parent c1e5d8b573
commit 48bbc22fb4
3 changed files with 10 additions and 0 deletions
@@ -8,6 +8,9 @@ fieldset.option-group.advanced-option(ng-show="task.type === 'daily'")
br
legend.option-title
span.hint(popover-title=env.t('repeatTypeHelpTitle'), popover=env.t("repeatTypeHelp"), popover-trigger='mouseenter')
=env.t('repeatType')
select.form-control(ng-model='task._edit.frequency', ng-disabled='!canEdit(task)')
option(value='daily')=env.t('daily')
option(value='weekly')=env.t('weekly')