Skip to content

Commit

Permalink
Remove the login/logout as we let the topbar handle
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanramage committed May 26, 2012
1 parent 27b6aec commit d87c4fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/partials/head.html
Expand Up @@ -51,11 +51,9 @@
<td style="text-align:right;padding-right:4px;">
<span class="pagetop">
{{#username}}
<a class="username" href="user?id={{username}}">{{username}}</a> | <a class="logout" href="logout">logout</a>
<a class="username" href="user?id={{username}}">{{username}}</a>
{{/username}}
{{#login}}
<a href="login">login</a>
{{/login}}


</span></td>
</tr>
Expand Down

0 comments on commit d87c4fa

Please sign in to comment.