Add title to copyright page

This commit is contained in:
Anton Khorev 2024-06-07 12:51:38 +03:00
parent 67be6616b0
commit 2cf3a52d40
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