diff --git a/app/views/shared/_links.haml b/app/views/shared/_links.haml index e12b91d8..2c087d25 100644 --- a/app/views/shared/_links.haml +++ b/app/views/shared/_links.haml @@ -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 ·