Skip to content

Commit

Permalink
umm.. yeah, we were showing that easter egg way too often
Browse files Browse the repository at this point in the history
Hours of sleep: 25
Cups of coffee: 0
Cans of soda: 0
Cans of redbull: 0
  • Loading branch information
Gerad Suyderhoud committed Sep 2, 2011
1 parent 04ac5d8 commit 4ddf810
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions views/people/show.jade
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ h1.name= title(person.name)
a( href: '/teams/' + team )= team.name
| .

- if (req.user && (person.id === req.user.id) && req.user.judge)
- if ((admin || voting) && req.user && (person.id === req.user.id) && req.user.judge)
p.instructions
| You've reviewed
b #{votes.length} of 10
Expand All @@ -23,14 +23,14 @@ h1.name= title(person.name)
- else
a( href: '#next-vote' ) See below
| for a suggestion about where to get started.
- if (!nextVote.team)
h1 No More Entries to Review
p.no-more-teams: img(src: 'http://images.memegenerator.net/instances/500x/9715681.jpg' )
- else
.bio!= markdown(person.bio)

- if (admin || voting)
- if (!nextVote.team)
h1 No More Entries to Review
p.no-more-teams: img(src: 'http://images.memegenerator.net/instances/500x/9715681.jpg' )
- else
- if (nextVote.team)
h1#next-vote Suggested Entry to Review
p
| We think you should take a look at
Expand Down

0 comments on commit 4ddf810

Please sign in to comment.