Add current version as title to site name in footer

This commit is contained in:
Andreas Nedbal 2022-04-16 03:49:24 +02:00 committed by Andreas Nedbal
parent aa48a53cb7
commit 7e8ba6c647
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.text-center.text-muted.pb-3 .text-center.text-muted.pb-3
© ©
= Date.today.year = Date.today.year
= APP_CONFIG['site_name'] %span{ title: Retrospring::Version.to_s }= APP_CONFIG['site_name']
· ·
= link_to t('views.general.about'), about_path = link_to t('views.general.about'), about_path
· ·