diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb index 0ae9a9b2e7a16f573daa44bb0af66f8ce4651261..6ec092b2840973beeeb9ff47acde5cc88212b15e 100644 --- a/app/views/admin/education/programs/static.html.erb +++ b/app/views/admin/education/programs/static.html.erb @@ -10,7 +10,7 @@ administrator_involvements = @about.involvements_through_roles title: > <%= @about.name %> url: <%= @about.path_in_website(@website) %> -<%= render 'admin/application/static/design', full_width: false, toc_offcanvas: true %> +<%= render 'admin/application/static/design', full_width: false, toc_offcanvas: true, toc_present: true %> <% if @about.downloadable_summary.attached? %> downloadable_summary: <%= @about.downloadable_summary.blob_id %> <% end %>