diff --git a/app/views/public_pages/plan_export.pdf.erb b/app/views/public_pages/plan_export.pdf.erb index af374d6..73fa294 100644 --- a/app/views/public_pages/plan_export.pdf.erb +++ b/app/views/public_pages/plan_export.pdf.erb @@ -26,27 +26,29 @@
<%= _("Creator(s): ") + @creator_text %>
<%= _("Affiliation: ") + @affiliation %>
<%= _("Funder: ") + @funder %>
<%= _("Template: ") + @funder %>
<%= _("Template: ") + @template + @customizer %>
<%= _("Grant Number: ") + @plan.grant_number %>
<%= _("Grant number: ") + @plan.grant_number %>
<%= _("Description: ") + @plan.description %>
<%= _("Project abstract: ") %>
+<%= _("Last Updated: ") + @plan.updated_at.to_date.to_s %>
<%= _("Last modified: ") + @plan.updated_at.to_date.to_s %>
<%= _("Copyright information: The above plan creator(s) have agreed that others may use as much of the text of this plan as they would like in their own plans, and customise it as necessary. You do not need to credit the creator(s) as the source of the language used, but using any of the plan's text does not imply that the creator(s) endorse, or have any relationship to, your project or proposal") %>
+<%= _("Copyright information:") %>
+<%= _(" The above plan creator(s) have agreed that others may use as much of the text of this plan as they would like in their own plans, and customise it as necessary. You do not need to credit the creator(s) as the source of the language used, but using any of the plan's text does not imply that the creator(s) endorse, or have any relationship to, your project or proposal") %>
<%= _('Question not answered.') -%>
diff --git a/app/views/public_pages/template_export.docx.erb b/app/views/public_pages/template_export.docx.erb index b2932b6..d47507e 100644 --- a/app/views/public_pages/template_export.docx.erb +++ b/app/views/public_pages/template_export.docx.erb @@ -1,30 +1,36 @@ -<%= _("A Data Management Plan created using ") + Rails.configuration.branding[:application][:name] + "." %>
-<%= _("Organisation: ") + @template.org.name %>
<%= _("Description: ")%><%= raw(@template.description) %>
<%= raw question.text %>
- <% q_format = question.question_format %> - <% if q_format.option_based? %> -<%= raw question.text %>
+ <% q_format = question.question_format %> + <% if q_format.option_based? %> +<%= annotation.type == 0 ? _('Example Answer') : _('Guidance') %>:
+ <%= raw annotation.text %> + <% end %> +<%= _("A Data Management Plan created using ") + Rails.configuration.branding[:application][:name] + "." %>
-<%= _("Organisation: ") + @template.org.name %>
<%= _("Description: ")%><%= raw(@template.description) %>
- <% end %> - <% @template.phases.each do |phase| %> -<%= raw question.text %>
<% q_format = question.question_format %> <% if q_format.option_based? %><%= annotation.type == 0 ? _('Example Answer') : _('Guidance') %>:
+