diff --git a/app/views/plans/index.html.erb b/app/views/plans/index.html.erb index b40d24f..ddac606 100644 --- a/app/views/plans/index.html.erb +++ b/app/views/plans/index.html.erb @@ -17,7 +17,7 @@ - + diff --git a/app/views/plans/public_export.pdf.erb b/app/views/plans/public_export.pdf.erb index b9ab084..f33d1d9 100644 --- a/app/views/plans/public_export.pdf.erb +++ b/app/views/plans/public_export.pdf.erb @@ -27,6 +27,8 @@

<%= admin_field_t(field.to_s) -%> <%= _('-') %>

<% end %> <% end %> + +

<%= _("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") %>

<% @exported_plan.sections.each do |section| %> <% questions = @exported_plan.questions_for_section(section.id) diff --git a/app/views/plans/public_index.html.erb b/app/views/plans/public_index.html.erb index bd69e83..45bc147 100644 --- a/app/views/plans/public_index.html.erb +++ b/app/views/plans/public_index.html.erb @@ -15,7 +15,7 @@
<%= _('Plan') %><%= _('Project Title') %> <%= _('Template') %> <%= _('Edited') %> <%= _('Role') %>
- + @@ -28,7 +28,7 @@ - +
<%= _('Plan') %><%= _('Plan Title') %> <%= _('Template') %> <%= _('Organisation') %> <%= _('Owner') %><%= plan.title %> <%= plan.template.title %> <%= (plan.owner.nil? || plan.owner.org.nil? ? _('Not Applicable') : plan.owner.org.name) %><%= (plan.owner.nil? ? _('Unknown') : plan.owner.name) %><%= (plan.owner.nil? ? _('Unknown') : plan.owner.name(false)) %> <%= link_to _('PDF'), public_export_path(plan, format: :pdf),