gitlab-org--gitlab-foss/app/views/admin/broadcast_messages
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
edit.html.haml Broadcast Messages can now be edited 2016-01-13 11:42:15 -05:00
index.html.haml Improve admin broadcast messages page 2016-02-05 16:01:10 +01:00
preview.js.haml Allow limited Markdown in Broadcast Messages 2016-02-06 14:30:07 -05:00