From f09ada93407679de51909f32de7fb9bec42075f4 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 13 Feb 2023 15:42:37 +0100 Subject: [PATCH] path --- app/views/admin/education/diplomas/static.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/education/diplomas/static.html.erb b/app/views/admin/education/diplomas/static.html.erb index 75b42d0fb..569e6db89 100644 --- a/app/views/admin/education/diplomas/static.html.erb +++ b/app/views/admin/education/diplomas/static.html.erb @@ -4,7 +4,7 @@ title: > <%= render 'admin/application/static/permalink' %> <%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %> programs: -<%= render 'programs', programs: @programs, depth: 2 %> +<%= render 'admin/education/diplomas/programs', programs: @programs, depth: 2 %> short_name: > <%= prepare_text_for_static @about.short_name %> <%= render 'admin/application/summary/static' %> -- GitLab