diff options
Diffstat (limited to 'app/views/sessions')
-rw-r--r-- | app/views/sessions/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 10adced..1b60ca7 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -3,7 +3,7 @@ <div> <%= form_tag(sessions_path, method: :post, id: :new_session) do %> <% if params[:action] == "create" %> - <div id="error_explanation"> + <div class="alert-danger"> <p>The username/password pair you entered did not match our records. Check your typing and try again.</p> |