From 2f43a48c61e1ad47241f42592484ffb5b78734de Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Thu, 4 Jul 2019 01:25:43 -0400 Subject: [PATCH] Added "Invest" link to home page nav --- app/views/layouts/public.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 0c07ab53..b4309e05 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -12,6 +12,7 @@ = image_pack_tag 'gab_logo.svg', alt: 'Gab Social' = link_to t('home'), root_url, class: 'nav-link optional' = link_to t('about.about_this'), about_path, class: 'nav-link' + = link_to 'Invest', 'https://invest.gab.com', class: 'nav-link' .nav-center .nav-right - if user_signed_in?