summaryrefslogtreecommitdiff
path: root/app/views/sessions/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/sessions/new.html.erb')
-rw-r--r--app/views/sessions/new.html.erb2
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>