Skip to content

Commit

Permalink
Move to last position "create new thread" in sub menu
Browse files Browse the repository at this point in the history
  • Loading branch information
numeroteca committed May 16, 2014
1 parent 40fa24f commit 475fb05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@
<ul class="dropdown-menu">
<% if user_signed_in? %>
<li><a href="/threads/mine" title="">Your Threads</a></li>
<li><a href="/threads/new" title="">Create New Thread</a></li>
<% end %>
<li><a href="/threads/" title="">All Threads</a></li>
<% if user_signed_in? %>
<li><a href="/threads/new" title="">Create New Thread</a></li>
<% end %>
</ul>
</li>
<% if user_signed_in? and current_user.admin %>
Expand Down

0 comments on commit 475fb05

Please sign in to comment.