Commit 4348edea by Đường Sỹ Hoàng

Removed newlines

parent 5bdbe71c
...@@ -5,15 +5,11 @@ ...@@ -5,15 +5,11 @@
<div class="col-md-6 col-md-offset-3"> <div class="col-md-6 col-md-offset-3">
<%= form_for(@user, url: password_reset_path(params[:id])) do |f| %> <%= form_for(@user, url: password_reset_path(params[:id])) do |f| %>
<%= render "shared/error_messages", object: f.object %> <%= render "shared/error_messages", object: f.object %>
<%= hidden_field_tag :email, @user.email %> <%= hidden_field_tag :email, @user.email %>
<%= f.label :password %> <%= f.label :password %>
<%= f.password_field :password, class: "form-control" %> <%= f.password_field :password, class: "form-control" %>
<%= f.label :password_confirmation, "Confirmation" %> <%= f.label :password_confirmation, "Confirmation" %>
<%= f.password_field :password_confirmation, class: "form-control" %> <%= f.password_field :password_confirmation, class: "form-control" %>
<%= f.submit "Update password", class: "btn btn-primary" %> <%= f.submit "Update password", class: "btn btn-primary" %>
<% end %> <% end %>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment