diff --git a/app/views/admin/communication/blocks/templates/programs/_static.html.erb b/app/views/admin/communication/blocks/templates/programs/_static.html.erb index aa7ff4d5ba9927842d61bf82bd73264ea7929540..4f7435b2bd691292393e56ff152595fc70f594a9 100644 --- a/app/views/admin/communication/blocks/templates/programs/_static.html.erb +++ b/app/views/admin/communication/blocks/templates/programs/_static.html.erb @@ -1,8 +1,5 @@ programs: <% block.template.elements.each do |element| %> <% next unless element.program %> - - slug: "<%= element.program.slug %>" - path: "<%= element.program.path %>" - git_path: "<%= element.program.git_path(@website) %>" - path_in_website: "<%= element.program.path_in_website(@website) %>" + - path: "<%= element.program.path %>" <% end %>