retrospring/app/views/shared/_links.html.haml

13 lines
327 B
Text
Raw Normal View History

.centre.text-muted.links
©
= Date.today.year
= APP_CONFIG['site_name']
·
2015-06-08 21:11:35 +02:00
= link_to t('views.general.about'), about_path
2015-01-07 00:36:09 +01:00
·
2020-04-19 19:49:47 +02:00
= link_to "GitHub", 'https://github.com/retrospring/retrospring'
·
2015-06-08 21:11:35 +02:00
= link_to t('views.general.terms'), terms_path
·
2015-06-08 21:11:35 +02:00
= link_to t('views.general.privacy'), privacy_policy_path