Skip to content

Commit

Permalink
fix login path for cloud9 and unstable(#4334)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzluo authored and grvsachdeva committed Dec 19, 2018
1 parent 1666d4c commit 1931439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/user_sessions/_new.html.erb
@@ -1,5 +1,5 @@
<div class="container">
<%= form_for :user_session, :as => :user_session, :url => user_sessions_url + "?return_to=" + request.fullpath, :html => {:class => "form col-md-6 offset-3"} do |f| %>
<%= form_for :user_session, :as => :user_session, :url => "user_sessions?return_to=" + request.fullpath, :html => {:class => "form col-md-6 offset-3"} do |f| %>

<h2 id="toSignup"><%= raw t('user_sessions.new.log_in_or_sign_up') %></h2>
<% if f.error_messages != "" %><div class="alert alert-danger"><%= f.error_messages %></div><% end %>
Expand Down

0 comments on commit 1931439

Please sign in to comment.