diff --git a/app/views/templates/admin_template_history.html.erb b/app/views/templates/admin_template_history.html.erb index c451c8d..c8c5a82 100644 --- a/app/views/templates/admin_template_history.html.erb +++ b/app/views/templates/admin_template_history.html.erb @@ -24,8 +24,8 @@ - - + + @@ -34,10 +34,10 @@ <% @templates.each do |org_template| %> - -
<%= t('org_admin.templates.title_label') %><%= "Version" %><%= t('org_admin.templates.title_label') %><%= "Version" %> <%= t('org_admin.templates.published_label') %> <%= t('org_admin.templates.last_updated') %> <%= t('org_admin.templates.actions') %>
+ <%= org_template.title%> + <%= org_template.version %> diff --git a/config/locales/en-UK.yml b/config/locales/en-UK.yml index ad38736..4413999 100644 --- a/config/locales/en-UK.yml +++ b/config/locales/en-UK.yml @@ -245,7 +245,7 @@ create_own_template_text_html: "

If you wish to add an institutional template for a Data Management Plan, use the 'create template' button. You can create more than one template if desired e.g. one for researchers and one for PhD students.

Your template will be presented to users within your institution when no funder templates apply. If you want to add questions to funder templates use the 'customise template' options below.

" create_new_template_text_html: "

To create a new template, first enter a title and description. Once you have saved this you will be presented with options to add one or more phases.

" - template_history_text_html: "

Here you can view previously published versions of your template. These are read only and cannot be modified.

" + template_history_text_html: "

Here you can view previously published versions of your template. These can no longer be modified.

" desc_help_text_html: "Enter a description that helps you to differentiate between templates e.g. if you have ones for different audiences" own_temp: "Own templates" add_phase_label: "Add new phase +"