gitlab-org--gitlab-foss/app/views/profiles/keys
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
..
_form.html.haml Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
_key.html.haml Remove duplicated ago 2016-03-21 19:11:32 +01:00
_key_details.html.haml SSH keys settings 2016-03-03 16:13:55 -05:00
_key_table.html.haml Restructure SSH key table partial rendering 2016-03-03 16:14:00 -05:00
index.html.haml Restructure SSH key table partial rendering 2016-03-03 16:14:00 -05:00
show.html.haml Add a page title to every page. 2015-04-30 19:12:15 +02:00