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 44bcb65d33f4b88f703371c38ae097c3b1fa421b..b64fcdec195db606a1165af0935adc557f0e2285 100644 --- a/app/views/admin/communication/blocks/templates/programs/_static.html.erb +++ b/app/views/admin/communication/blocks/templates/programs/_static.html.erb @@ -2,4 +2,6 @@ <% 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) %>" <% end %>