diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-05-03 19:26:52 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-05-03 19:26:52 -0400 |
commit | e2796a3f26c200123f81a9957b84378aad6fc952 (patch) | |
tree | a56915fa5e4388326e5bfd08fa68c98117b6cff8 /app/views | |
parent | 10c6417874129f03f3d2125c5df460865bad2797 (diff) |
foocss-rewrite
Diffstat (limited to 'app/views')
-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> |