Rework user-interface for editing recurring tasks

This commit is contained in:
wvengen 2015-05-08 17:39:20 +02:00
parent a8a434ef7b
commit a00e7c94be
7 changed files with 79 additions and 58 deletions

View file

@ -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