Skip to content

Commit

Permalink
Fix issue 2879 with two New Pseud buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
sarken committed Mar 22, 2012
1 parent ce650bf commit a99e204
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/views/pseuds/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@
</ul>
<!--/content-->

<!--subnav-->
<% if current_user == @user %>
<ul class="navigation actions" role="navigation">
<li><%= link_to ts('New Pseud'), new_user_pseud_path(@user) %></li>
</ul>
<% end %>
<!--/subnav-->

0 comments on commit a99e204

Please sign in to comment.