Fix quote style
This commit is contained in:
parent
7d8ab80c31
commit
e06159b465
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue