From ce1762b8e6612d8d34afbd57e975b1dd91ca1d2f Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 14 Apr 2014 18:26:34 -0400 Subject: [PATCH] Removed if.localAuth from navigation bar --- views/partials/navigation.jade | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/views/partials/navigation.jade b/views/partials/navigation.jade index 512733fb5e..56eaef842f 100644 --- a/views/partials/navigation.jade +++ b/views/partials/navigation.jade @@ -19,9 +19,8 @@ if !user li(class=title=='Login'?'active':undefined) a(href='/login') Login - if secrets.localAuth - li(class=title=='Create Account'?'active':undefined) - a(href='/signup') Create Account + li(class=title=='Create Account'?'active':undefined) + a(href='/signup') Create Account else li.dropdown(class=title=='Account Management'?'active':undefined) a.dropdown-toggle(href='#', data-toggle='dropdown')