Skip to content

Commit

Permalink
changed logout link
Browse files Browse the repository at this point in the history
  • Loading branch information
willrax committed Apr 27, 2012
1 parent d398089 commit 605d12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/main/index.html.erb
Expand Up @@ -43,6 +43,6 @@

</div>
<div class="user_menu">
<a href="<%= destroy_user_session_path %>">logout</a>
<%= link_to 'logout' destroy_user_session_path, :method => :destroy %>
</div>

0 comments on commit 605d12d

Please sign in to comment.