mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 16:31:38 -04:00
Fix: stick to the .ruby-version will ya?
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
- @task_list.tasks.each do |task|
|
||||
.checkbox
|
||||
%label
|
||||
= check_box_tag nil, nil, task.done, class: 'task_list_task', type: 'checkbox', "data-id": task.id
|
||||
= check_box_tag nil, nil, task.done, class: 'task_list_task', type: 'checkbox', data: {id: task.id}
|
||||
= task.task
|
||||
|
||||
.form-group
|
||||
= button_tag 'Save Changes', id: 'update_tasks_submit', class: 'btn btn-primary disabled', "data-url": "#{api_update_task_path}"
|
||||
= button_tag 'Save Changes', id: 'update_tasks_submit', class: 'btn btn-primary disabled', data: {url: api_update_task_path}
|
||||
|
||||
Reference in New Issue
Block a user