summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorTomer Kimia <tkimia@purdue.edu>2014-03-04 18:40:38 -0500
committerTomer Kimia <tkimia@purdue.edu>2014-03-04 18:40:38 -0500
commit0329e2cee29367c82ef1b4ea5e8ab700f5d82bea (patch)
treea54783b121877d9521f609290b839cb4f619f3bd /app/views/layouts
parenta364cf0a6f2b64ba34f89aefb2ebbcdecedffd4a (diff)
parente6b04ece9e8b986cc7704c926c48d2c729a9f2e1 (diff)
last hope
Merge branch 'master' of https://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"