Allow editing recurring task groups, basic functionality for #152
This commit is contained in:
parent
17cbc57850
commit
fd51b07e21
3 changed files with 17 additions and 1 deletions
|
|
@ -26,6 +26,6 @@
|
|||
= f.input :done
|
||||
.form-actions
|
||||
= f.submit class: 'btn btn-primary'
|
||||
- if @task.new_record?
|
||||
- if @task.new_record? or @task.periodic?
|
||||
= f.submit t('.submit.periodic'), name: 'periodic', class: 'btn'
|
||||
= link_to t('ui.or_cancel'), :back
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue