2020-05-02 08:37:19 -07:00
|
|
|
.text-center.text-muted.pb-3
|
2014-11-17 04:19:08 -08:00
|
|
|
©
|
|
|
|
= Date.today.year
|
2022-04-18 09:21:46 -07:00
|
|
|
%span{ title: Retrospring::Version.to_s }= APP_CONFIG["site_name"]
|
2014-11-17 04:19:08 -08:00
|
|
|
·
|
2022-04-18 10:11:27 -07:00
|
|
|
= link_to t(".about"), about_path
|
2015-01-06 15:36:09 -08:00
|
|
|
·
|
2022-04-18 10:11:27 -07:00
|
|
|
= link_to t(".source"), "https://github.com/Retrospring/retrospring"
|
2015-02-19 16:23:48 -08:00
|
|
|
·
|
2022-04-18 10:11:27 -07:00
|
|
|
= link_to t(".terms"), terms_path
|
2015-02-19 16:23:48 -08:00
|
|
|
·
|
2022-04-18 10:11:27 -07:00
|
|
|
= link_to t(".privacy"), privacy_policy_path
|
2022-12-22 14:42:45 -08:00
|
|
|
- if APP_CONFIG["links"].present?
|
|
|
|
- APP_CONFIG["links"].each do |link|
|
|
|
|
·
|
|
|
|
= link_to link["text"], link["url"]
|