gitlab-org--gitlab-foss/app/views/profiles
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
..
accounts Moved 2fa into separate view 2016-03-11 09:51:07 +00:00
emails Heading spacing 2016-03-03 08:40:12 +00:00
keys Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
notifications Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
passwords Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
preferences Preferences view 2016-03-02 17:05:04 +00:00
two_factor_auths Remove 2FA status on enable page 2016-03-29 12:41:54 +02:00
_event_table.html.haml audit log UI update 2016-03-02 17:06:01 +00:00
audit_log.html.haml audit log UI update 2016-03-02 17:06:01 +00:00
show.html.haml Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
update_username.js.haml