Skip to content

Commit dfce969

Browse files
committedApr 27, 2012
added in missing comma
1 parent 605d12d commit dfce969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/views/main/index.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343

4444
</div>
4545
<div class="user_menu">
46-
<%= link_to 'logout' destroy_user_session_path, :method => :destroy %>
46+
<%= link_to 'logout', destroy_user_session_path, :method => :destroy %>
4747
</div>
4848

0 commit comments

Comments
 (0)
Please sign in to comment.