Skip to content

Commit

Permalink
Remove People links from header layout
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDahv committed Feb 2, 2017
1 parent b178a5b commit 4c8d57f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ html

body
header
#login_area
- if(user != null)
a(href= '/people/' + user.url_slug)= user.name
| |
a(href= '/logout') Log Out

- else
a(href='/login') Log In

a(href="/")
img(id="logo", src="/images/beer_and_code_logo.png")
nav
Expand All @@ -42,6 +33,4 @@ html
a(href="/") home
li
a(href="/calendar") calendar
li
a(href="/people") people
#content!= body

0 comments on commit 4c8d57f

Please sign in to comment.