Add current version as title to site name in footer
This commit is contained in:
parent
aa48a53cb7
commit
7e8ba6c647
|
@ -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 New Issue