mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Add current version as title to site name in footer
This commit is contained in:
parent
aa48a53cb7
commit
7e8ba6c647
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
.text-center.text-muted.pb-3
|
||||
©
|
||||
= 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
|
||||
·
|
||||
|
|
Loading…
Reference in a new issue