gitlab-org--gitlab-foss/spec/helpers
Dmitriy Zaporozhets 5999fec7a3 Merge branch 'rs-form_errors' into 'master'
Standardize the way we check for and display form errors

- Some views had a "Close" button. We've removed this, because we don't
  want users accidentally hiding the validation errors and not knowing
  what needs to be fixed.
- Some views used `li`, some used `p`, some used `span`. We've
  standardized on `li`.
- Some views only showed the first error. We've standardized on showing
  all of them.
- Some views added an `#error_explanation` div, which we've made
  standard.

See merge request !3531
2016-04-11 12:01:50 +00:00
..
application_helper_spec.rb
auth_helper_spec.rb
blob_helper_spec.rb
broadcast_messages_helper_spec.rb
ci_status_helper_spec.rb
diff_helper_spec.rb
emails_helper_spec.rb
events_helper_spec.rb
form_helper_spec.rb
gitlab_markdown_helper_spec.rb
graph_helper_spec.rb
groups_helper_spec.rb
icons_helper_spec.rb
issues_helper_spec.rb
labels_helper_spec.rb
merge_requests_helper_spec.rb
nav_helper_spec.rb
notifications_helper_spec.rb
page_layout_helper_spec.rb
preferences_helper_spec.rb
projects_helper_spec.rb
runners_helper_spec.rb
search_helper_spec.rb
submodule_helper_spec.rb
tab_helper_spec.rb
time_helper_spec.rb
tree_helper_spec.rb
visibility_level_helper_spec.rb