diff --git a/app/views/public_pages/template_index.html.erb b/app/views/public_pages/template_index.html.erb index 8fc3b31..99e8d52 100644 --- a/app/views/public_pages/template_index.html.erb +++ b/app/views/public_pages/template_index.html.erb @@ -18,7 +18,7 @@ <% if @templates.count > TABLE_FILTER_MIN_ROWS %> - + <%= render(partial: "shared/table_filter", locals: {path: public_templates_path, placeholder: _('Filter templates')}) %> @@ -28,6 +28,7 @@ <%= _('Template Name') %> <%= _('Download') %> <%= _('Organisation Name') %> + <%= _('Last Updated') %> <%= _('Funder Links') %> <%= _('Sample Plans') %>
<%= _('(if available)') %> @@ -42,6 +43,7 @@ <%= link_to _('PDF'), template_export_path(template.dmptemplate_id, format: :pdf), target: '_blank' %> <%= template.org.name %> + <%= l(template.updated_at.to_date, formats: :short) %> <%= raw links_to_a_elements(template.links['funder'], '
') %>