From ce239e84bec0a44c664fef30ef214d51cc08adb0 Mon Sep 17 00:00:00 2001 From: Mike McCabe Date: Sat, 23 Nov 2013 17:59:41 -0500 Subject: [PATCH] oops, maybe I should actually run the tests before committing --- app/controllers/users_controller.rb | 3 +-- app/views/users/forgot_password.html.erb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 81a0e52..aa6dde1 100755 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1,4 +1,3 @@ -require class UsersController < ApplicationController skip_before_filter :has_info @@ -76,4 +75,4 @@ class UsersController < ApplicationController "#{id}~#{hash}" end -end \ No newline at end of file +end diff --git a/app/views/users/forgot_password.html.erb b/app/views/users/forgot_password.html.erb index 061181b..034add2 100644 --- a/app/views/users/forgot_password.html.erb +++ b/app/views/users/forgot_password.html.erb @@ -8,7 +8,7 @@ <%= form_tag "forgot_password", :class=> "signup-wrapper" do %>
-

Login

+

Forgot Password

Fill out the form below to reset your email.