Retrospring/app/views/shared/_links.haml

13 lines
337 B
Plaintext

.text-center.text-muted.pb-3
©
= Date.today.year
%span{ title: Retrospring::Version.to_s }= APP_CONFIG["site_name"]
·
= link_to t('.about'), about_path
·
= link_to t('.source'), 'https://github.com/Retrospring/retrospring'
·
= link_to t('.terms'), terms_path
·
= link_to t('.privacy'), privacy_policy_path