diff --git a/app/views/phases/_guidances_notes.html.erb b/app/views/phases/_guidances_notes.html.erb index 952b078..b6d53f1 100644 --- a/app/views/phases/_guidances_notes.html.erb +++ b/app/views/phases/_guidances_notes.html.erb @@ -70,6 +70,7 @@ <% guidance_accordion_id = 0 %> <% guidance_set.keys.each do |group| %> <% obj = guidance_groups.select{ |gg| gg.name == group }.first %> + <% i = 0 %> <% if obj.present? %>
<%= render partial: 'guidance_groups/show',