Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1778 from gittip/trim-nav
Browse files Browse the repository at this point in the history
Don't show nav w/ only one button; #1466
  • Loading branch information
clone1018 committed Dec 17, 2013
2 parents a41212a + 769e0a3 commit 5b9f5a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@ <h2>Navigation</h2>
<a href="/{{ participant.username }}/"><button{% if '' == current_page %} class="selected"{% end %}>Profile</button></a>
<a href="/{{ participant.username }}/members/"><button{% if 'members' == current_page %} class="selected"{% end %}>Members</button></a>
</div>
{% else %}
<div class="nav level-2">
<h2>Navigation</h2>
<a href="/{{ participant.username }}/"><button{% if '' == current_page %} class="selected"{% end %}>Profile</button></a>
</div>
{% end %}
{% end %}

0 comments on commit 5b9f5a1

Please sign in to comment.