Commit fa71f61a by nnnghia98

delete unused file

parent 753f0531
# frozen_string_literal: true
class Users::PasswordsController < Devise::PasswordsController
# GET /resource/password/new
# def new
# super
# end
# POST /resource/password
# def create
# super
# end
# GET /resource/password/edit?reset_password_token=abcdef
# def edit
# super
# end
# PUT /resource/password
# def update
# super
# end
# protected
# def after_resetting_password_path_for(resource)
# super(resource)
# end
# The path used after sending reset password instructions
# def after_sending_reset_password_instructions_path_for(resource_name)
# super(resource_name)
# end
end
...@@ -17,5 +17,5 @@ ...@@ -17,5 +17,5 @@
<dd><%= job.cities.first.name %></dd> <dd><%= job.cities.first.name %></dd>
</dl> </dl>
</div> </div>
<button type="button" class="btn btn-light">Favorite</button> <button type="button" class="btn btn-outline-secondary">Favorite</button>
</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