Sha256: 71a5df6c4d19c72875d5dcdcaed8840d4f34ad14171b8d7e3c9ba143bfe23b93
Contents?: true
Size: 469 Bytes
Versions: 3
Compression:
Stored size: 469 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 page['burn_down_chart'].src = url_for(:controller => 'periods', :action => :burn_down_chart_thumbnail, :id => @task.period_id, :rnd => rand) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.12.0 | app/views/estimates/create_ajax.rjs |
backlog-0.12.1 | app/views/estimates/create_ajax.rjs |
backlog-0.12.2 | app/views/estimates/create_ajax.rjs |