gitlab-org--gitlab-foss/app/views/projects/milestones
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
_header_title.html.haml Move project header title definition to view in question. 2015-09-17 12:16:24 +02:00
_milestone.html.haml Updates from last code review. 2016-03-06 23:07:19 -05:00
edit.html.haml Use consistent casing for page titles 2015-12-02 14:41:54 +01:00
index.html.haml Merge branch 'master' into use-top-area 2016-02-03 22:51:19 +01:00
new.html.haml Use consistent casing for page titles 2015-12-02 14:41:54 +01:00
show.html.haml Restrict access for confidential issues on milestone view 2016-03-17 20:55:59 -03:00
update.js.haml