mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +01:00
This reverts commit 9d69d4b863.
This commit is contained in:
@@ -95,12 +95,6 @@
|
||||
input(type="number", v-model="task.everyX", min="0", required)
|
||||
| {{ repeatSuffix }}
|
||||
br
|
||||
template(v-if="task.frequency === 'daily'")
|
||||
.form-check
|
||||
label.custom-control.custom-checkbox
|
||||
input.custom-control-input(type="checkbox", v-model="task.repeatAfterCompletion")
|
||||
span.custom-control-indicator
|
||||
span.custom-control-description {{ $t('repeatAfterCompletionTitle', {everyX: task.everyX}) }}
|
||||
template(v-if="task.frequency === 'weekly'")
|
||||
.form-check-inline.weekday-check(
|
||||
v-for="(day, dayNumber) in ['su','m','t','w','th','f','s']",
|
||||
|
||||
Reference in New Issue
Block a user