summaryrefslogtreecommitdiff
path: root/app/views/common/_error_messages.html.erb
diff options
context:
space:
mode:
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| %>