app/views/tasks/index.html.haml in fat_free_crm-0.11.0 vs app/views/tasks/index.html.haml in fat_free_crm-0.11.1
- old
+ new
@@ -2,10 +2,10 @@
- if @view == "completed"
- buckets = Setting.unroll(:task_completed)
.title
= t(:completed_tasks)
- = image_tag("loading.gif", :size => "16x16", :id => "loading", :style => "display: none;")
+ = image_tag("loading.gif", :size => :thumb, :id => "loading", :style => "display: none;")
- else
- buckets = Setting.unroll(:task_bucket)
= render "title"
.log#tasks