Skip to content

Commit

Permalink
Comment out links to account/favorite/list as CSS broken
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Feb 18, 2014
1 parent 0362ec7 commit 6da8131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions root/inc/account-bar.html
Expand Up @@ -17,10 +17,10 @@
<li<% IF req.action == 'account/profile' %> class="active"<% END %>>
<a href="/account/profile">Profile</a>
</li>
<li<% IF req.action == 'account/favorite/list' %> class="active"<% END %>>
<!-- <li<% IF req.action == 'account/favorite/list' %> class="active"<% END %>>
<a href="/account/favorite/list">Favorites</a>
</li>
<li>
--> <li>
<a href="#" onclick="$('#logout').submit(); return false">Logout</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion root/wrapper.html
Expand Up @@ -101,7 +101,7 @@

<li><a href="/account/identities">Identities</a></li>
<li><a href="/account/profile">Profile</a></li>
<li><a href="/account/favorite/list">Favorites</a></li>
<!-- <li><a href="/account/favorite/list">Favorites</a></li> -->
<li>
<a href="#" onclick="$('#logout').submit(); return false">Logout</a>
</li>
Expand Down

0 comments on commit 6da8131

Please sign in to comment.