summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-04 17:59:16 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-04 17:59:16 -0500
commit728f874deaf6ceb097d1a5f5cdf7e58a04cec557 (patch)
tree6bd1f665e51d73230bde088f044f122e332d58e9 /app/views/layouts
parent8740f17405abef0f4975f028e33b3029fcb35634 (diff)
parente587dc3fab34724d06eceb042c6e9eed6a7d95f4 (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/application.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index e13a8df..9cc30bc 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -20,7 +20,7 @@
<div id="log-buttons">
<% if signed_in? %>
<%= current_user.user_name.upcase %>
- <%= link_to "Sign out", session_path("/signout"), method: "delete", :class => "signout", :role => "button" %>
+ <%= link_to "Sign out", "/signout", method: "delete", :class => "signout", :role => "button" %>
<% else %>
<%= link_to "Log in", new_session_path, :class => "signin", :role => "button" %>
<%= link_to "Sign up", new_user_path, :class => "signup", :role => "button"