From 683c371740cb7d1253357917c011862a53557f54 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 30 Jul 2012 13:35:25 +0100 Subject: [PATCH] Make links back to the user language copyright page work --- app/views/site/copyright.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index 03dee8716..f93754ffe 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -18,7 +18,8 @@ <%= raw t 'license_page.native.text', :native_link => link_to(t('license_page.native.native_link'), :controller => 'site', - :action => 'copyright'), + :action => 'copyright', + :copyright_locale => nil), :mapping_link => link_to(t('license_page.native.mapping_link'), :controller => 'site', :action => 'index') %> -- 2.43.2