Removed if.localAuth from navigation bar

This commit is contained in:
Sahat Yalkabov
2014-04-14 18:26:34 -04:00
parent 05f825d3c8
commit ce1762b8e6

View File

@ -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')