Allow the copyright page to be requested in any locale
This commit is contained in:
parent
3121d1b5a0
commit
2b326acc32
2 changed files with 9 additions and 7 deletions
|
@ -80,4 +80,8 @@ class SiteController < ApplicationController
|
|||
@zoom = '17' if @zoom.nil?
|
||||
end
|
||||
end
|
||||
|
||||
def copyright
|
||||
@locale = params[:copyright_locale] || I18n.locale
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue