This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
06d96a9a62
gitlab-org--gitlab-foss
/
app
/
views
/
projects
/
_errors.html.haml
2 lines
24 B
Text
Raw
Normal View
History
Unescape
Escape
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:25:38 -04:00
= form_errors(@project)
Copy permalink