From 605d12db691fb17777074ee12c6c1d91d74efea6 Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 26 Apr 2012 22:52:19 -0700 Subject: [PATCH 1/2] changed logout link --- app/views/main/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 97dc2a4b..78352510 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -43,6 +43,6 @@
- logout + <%= link_to 'logout' destroy_user_session_path, :method => :destroy %>
From dfce969e47fe527c5c233553313f575321de81cd Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 26 Apr 2012 22:59:48 -0700 Subject: [PATCH 2/2] added in missing comma --- app/views/main/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 78352510..08d08596 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -43,6 +43,6 @@
- <%= link_to 'logout' destroy_user_session_path, :method => :destroy %> + <%= link_to 'logout', destroy_user_session_path, :method => :destroy %>