Language/styling updates

This commit is contained in:
Jennifer Siegfried
2016-08-04 16:24:53 -06:00
parent 11fffc0cdf
commit 1566edec4c
13 changed files with 100 additions and 51 deletions

View File

@ -34,7 +34,8 @@ class RecruiterController < ApplicationController
session[:user] = recruiter.to_i
redirect_to recruiter_path
else
redirect_to recruiter_login_path, flash: { error: "Sorry, incorrect email or password. Please try again." }
redirect_to recruiter_login_path,
flash: { error: "Sorry, incorrect email or password. Please try again." }
end
end