Rework user-interface for editing recurring tasks
This commit is contained in:
parent
a8a434ef7b
commit
a00e7c94be
7 changed files with 79 additions and 58 deletions
|
|
@ -1,3 +1,10 @@
|
|||
- title t('.title')
|
||||
|
||||
= render 'form'
|
||||
= render 'form_sidebar'
|
||||
|
||||
= simple_form_for @task do |form|
|
||||
= render 'form', form: form, periodic: nil
|
||||
.form-actions
|
||||
= form.submit class: 'btn btn-primary'
|
||||
= form.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