diff --git a/app/views/paginable/templates/_publicly_visible.html.erb b/app/views/paginable/templates/_publicly_visible.html.erb index cf57d57..4bc820f 100644 --- a/app/views/paginable/templates/_publicly_visible.html.erb +++ b/app/views/paginable/templates/_publicly_visible.html.erb @@ -8,6 +8,7 @@ <%= d_('dmpopidor', 'Description') %> <%= _('Last Updated') %> <%= paginable_sort_link('templates.updated_at') %> <%= _('Download') %> + <%= _('Actions') %> @@ -22,8 +23,17 @@ <%= link_to _('DOCX'), template_export_path(template.family_id, format: :docx), target: '_blank' %>
<%= link_to _('PDF'), template_export_path(template.family_id, format: :pdf), target: '_blank' %> + + <%= link_to(plans_url(plan: { + org_id: template.org.id, + funder_id: '-1', + template_id: template.id, + }), method: :post, title: _('Create plan')) do %> + + <% end %> + <% end %> - \ No newline at end of file +