diff --git a/app/views/protocols/index/_protocol_preview_modal_body.html.erb b/app/views/protocols/index/_protocol_preview_modal_body.html.erb index ea4530bf9..1a927de67 100644 --- a/app/views/protocols/index/_protocol_preview_modal_body.html.erb +++ b/app/views/protocols/index/_protocol_preview_modal_body.html.erb @@ -112,9 +112,17 @@ @@ -122,7 +130,6 @@ <% end %> <% unless step.checklists.blank? then %> -
<% step.checklists.each do |checklist| %> <%= checklist.name %> diff --git a/app/views/steps/_step.html.erb b/app/views/steps/_step.html.erb index 7bf224a51..29d36ee8c 100644 --- a/app/views/steps/_step.html.erb +++ b/app/views/steps/_step.html.erb @@ -57,6 +57,7 @@ <% end %>
<% end %> + <% assets = ordered_assets(step) %> <% unless assets.blank? then %>