diff --git a/app/views/answers/update.js.erb b/app/views/answers/update.js.erb index 2290a67..f63943d 100644 --- a/app/views/answers/update.js.erb +++ b/app/views/answers/update.js.erb @@ -22,5 +22,5 @@ $(".progress").html("<%= escape_javascript(render :partial => '/plans/progress', locals: { plan: @plan }) %>"); // partial /sections/progress -$("#section-progress-<%= @section.id %>") +$(".progress-bar-<%= @section.id %>") .html("<%= escape_javascript(render partial: '/sections/progress', locals: { section: @section, plan: @plan }) %>"); \ No newline at end of file diff --git a/app/views/phases/edit.html.erb b/app/views/phases/edit.html.erb index 39c9db9..2a564f8 100644 --- a/app/views/phases/edit.html.erb +++ b/app/views/phases/edit.html.erb @@ -55,12 +55,18 @@ <% sectionid = section.id %>
<%= raw section.description %>
+