Add title to copyright page
This commit is contained in:
parent
67be6616b0
commit
2cf3a52d40
3 changed files with 3 additions and 2 deletions
|
@ -110,6 +110,7 @@ class SiteController < ApplicationController
|
|||
end
|
||||
|
||||
def copyright
|
||||
@title = t ".title"
|
||||
@locale = params[:copyright_locale] || I18n.locale
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue