Sha256: b67725a2c909fb2370f0c447334c99e634471fe47c8168a5cc3f1c2b6e00cf97
Contents?: true
Size: 357 Bytes
Versions: 3
Compression:
Stored size: 357 Bytes
Contents
page.replace_html :notice, @message page.visual_effect(:appear, :notice) if @success if @task.completed? page.visual_effect :fade, "task_#{@task.id}" page.remove "task_#{@task.id}" page.insert_html :bottom, :completed_tasks, :partial => '/tasks/task' page.visual_effect :appear, "task_#{@task.id}" end update_burn_down_chart(page) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.12.3 | app/views/estimates/create_ajax.rjs |
backlog-0.12.4 | app/views/estimates/create_ajax.rjs |
backlog-0.13.0 | app/views/estimates/create_ajax.rjs |