Fix quote style

This commit is contained in:
Andreas Nedbal 2022-04-18 19:11:27 +02:00 committed by Andreas Nedbal
parent 7d8ab80c31
commit e06159b465
1 changed files with 4 additions and 4 deletions

View File

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