summaryrefslogtreecommitdiff
path: root/app/views/common/_error_messages.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 12:41:18 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 12:41:18 -0400
commit4487d51e90f4e9c985d2fb235b7c0dce43cf0bc7 (patch)
tree7307cc1b41d3c5c0222bdd500a052b7e87e35f50 /app/views/common/_error_messages.html.erb
parent4252af58c04e119ccce42d57352a836f273d6979 (diff)
misc view cleanups
Diffstat (limited to 'app/views/common/_error_messages.html.erb')
-rw-r--r--app/views/common/_error_messages.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/_error_messages.html.erb b/app/views/common/_error_messages.html.erb
index 731f62c..fdeaf65 100644
--- a/app/views/common/_error_messages.html.erb
+++ b/app/views/common/_error_messages.html.erb
@@ -1,6 +1,6 @@
<%# http://railscasts.com/episodes/211-validations-in-rails-3 %>
<% if target.errors.any? %>
-<div id="errorExplanation">
+<div id="error_explanation">
<h2><%= pluralize(target.errors.count, "error") %> prohibited this form from being submitted:</h2>
<ul>
<% target.errors.full_messages.each do |msg| %>