Updated footer link text cases
This commit is contained in:
parent
2f43a48c61
commit
70e3cef5a6
|
@ -31,11 +31,11 @@
|
||||||
%span= "2019 Gab AI Inc. All Rights Reserved."
|
%span= "2019 Gab AI Inc. All Rights Reserved."
|
||||||
%ul
|
%ul
|
||||||
%li= link_to t('about.investors'), about_investors_path
|
%li= link_to t('about.investors'), about_investors_path
|
||||||
%li= link_to t('about.terms_of_sale'), about_sales_path
|
%li= link_to 'Terms of Sale', about_sales_path
|
||||||
%li= link_to t('about.dmca'), about_dmca_path
|
%li= link_to 'DMCA', about_dmca_path
|
||||||
%li= link_to t('about.source_code'), about_path + "#opensource"
|
%li= link_to 'Source Code', about_path + "#opensource"
|
||||||
%li= mail_to 'support@gab.com', 'Press'
|
%li= mail_to 'support@gab.com', 'Press'
|
||||||
%li= link_to t('about.terms'), about_tos_path
|
%li= link_to 'Terms of Service', about_tos_path
|
||||||
%li= link_to t('about.privacy_policy'), about_privacy_path
|
%li= link_to 'Privacy Policy', about_privacy_path
|
||||||
|
|
||||||
= render template: 'layouts/application'
|
= render template: 'layouts/application'
|
||||||
|
|
Loading…
Reference in New Issue