summaryrefslogtreecommitdiff
path: root/app/helpers/form_helper.rb
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-08-30 21:20:00 +0100
committerNick Thomas <nick@gitlab.com>2017-08-30 21:20:00 +0100
commit29b40db58944a32db6cf1ae9906653a2e5f4be9d (patch)
treee5a8746dfbbbae708178f3e60bd6be1d41c518f8 /app/helpers/form_helper.rb
parenteb05bdc6f589f6f0713df12582eb9f18fc4022b3 (diff)
downloadgitlab-ce-29b40db58944a32db6cf1ae9906653a2e5f4be9d.tar.gz
More review comments
Diffstat (limited to 'app/helpers/form_helper.rb')
-rw-r--r--app/helpers/form_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/helpers/form_helper.rb b/app/helpers/form_helper.rb
index eeb130d5240..b5dece38de1 100644
--- a/app/helpers/form_helper.rb
+++ b/app/helpers/form_helper.rb
@@ -3,7 +3,6 @@ module FormHelper
return unless model.errors.any?
pluralized = 'error'.pluralize(model.errors.count)
-
headline = "The #{type} contains the following #{pluralized}:"
content_tag(:div, class: 'alert alert-danger', id: 'error_explanation') do