gitlab-org--gitlab-foss/app/views/shared/snippets
Robert Speicher 7a2370f740 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.
2016-04-04 21:37:07 -04:00
..
_blob.html.haml Replaced hidden div for textarea off-the screen 2016-03-10 13:34:31 +00:00
_form.html.haml Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
_header.html.haml change the css class has_tooltip to has-tooltip universally 2016-03-20 21:37:22 +01:00
_snippet.html.haml Refactor colors and lists 2016-03-18 19:02:08 +01:00