Retrospring/app/views/shared/_links.haml

13 lines
337 B
Plaintext
Raw Normal View History

.text-center.text-muted.pb-3
©
= Date.today.year
2022-04-18 09:21:46 -07:00
%span{ title: Retrospring::Version.to_s }= APP_CONFIG["site_name"]
·
2022-04-18 09:21:46 -07:00
= link_to t('.about'), about_path
2015-01-06 15:36:09 -08:00
·
2022-04-18 09:21:46 -07:00
= link_to t('.source'), 'https://github.com/Retrospring/retrospring'
·
2022-04-18 09:21:46 -07:00
= link_to t('.terms'), terms_path
·
2022-04-18 09:21:46 -07:00
= link_to t('.privacy'), privacy_policy_path