diff --git a/app/views/citations/new.html.erb b/app/views/citations/new.html.erb index c34adcb463..ac78742a95 100644 --- a/app/views/citations/new.html.erb +++ b/app/views/citations/new.html.erb @@ -8,6 +8,10 @@ <%= _('Has this request been referenced in journalism, campaigning, ' \ 'or research?') %> <% end %> + + <%= _('Let us know about great examples of ' \ + 'FOI in Action.', + citations_path: citations_path) %>

<%= form_for @citation, diff --git a/app/views/info_request_batch/_citations.html.erb b/app/views/info_request_batch/_citations.html.erb index 8ff0531469..a4ba0cefba 100644 --- a/app/views/info_request_batch/_citations.html.erb +++ b/app/views/info_request_batch/_citations.html.erb @@ -22,6 +22,12 @@ <%= _('Let us know') %> <% end %>

+ <% else %> +

+ <%= _('See more examples of ' \ + 'FOI in Action.', + citations_path: citations_path) %> +

<% end %> <% end %> diff --git a/app/views/request/_citations.html.erb b/app/views/request/_citations.html.erb index e0ac5cb961..1f49396ed9 100644 --- a/app/views/request/_citations.html.erb +++ b/app/views/request/_citations.html.erb @@ -22,6 +22,12 @@ <%= _('Let us know') %> <% end %>

+ <% else %> +

+ <%= _('See more examples of ' \ + 'FOI in Action.', + citations_path: citations_path) %> +

<% end %> <% end %> diff --git a/app/views/request/_tabs.html.erb b/app/views/request/_tabs.html.erb index c833ec344f..4d5c8fc840 100644 --- a/app/views/request/_tabs.html.erb +++ b/app/views/request/_tabs.html.erb @@ -5,4 +5,7 @@
  • <%= link_to _('Browse by category'), requests_path %>
  • +
  • + <%= link_to _('FOI in Action'), citations_path %> +
  • <% end %>