Merge pull request #4884 from AntonKhorev/copyright-page-title

Add title to copyright page
This commit is contained in:
Andy Allan 2024-06-19 15:26:21 +01:00 committed by GitHub
commit 54aa89a4bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -110,6 +110,7 @@ class SiteController < ApplicationController
end
def copyright
@title = t ".title"
@locale = params[:copyright_locale] || I18n.locale
end