From 70e3cef5a6f7a2941e673b9b1f5a90a265835fa7 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Thu, 4 Jul 2019 01:28:26 -0400 Subject: [PATCH] Updated footer link text cases --- app/views/layouts/public.html.haml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index b4309e05..c66ff33e 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -31,11 +31,11 @@ %span= "2019 Gab AI Inc. All Rights Reserved." %ul %li= link_to t('about.investors'), about_investors_path - %li= link_to t('about.terms_of_sale'), about_sales_path - %li= link_to t('about.dmca'), about_dmca_path - %li= link_to t('about.source_code'), about_path + "#opensource" + %li= link_to 'Terms of Sale', about_sales_path + %li= link_to 'DMCA', about_dmca_path + %li= link_to 'Source Code', about_path + "#opensource" %li= mail_to 'support@gab.com', 'Press' - %li= link_to t('about.terms'), about_tos_path - %li= link_to t('about.privacy_policy'), about_privacy_path + %li= link_to 'Terms of Service', about_tos_path + %li= link_to 'Privacy Policy', about_privacy_path = render template: 'layouts/application'