summaryrefslogtreecommitdiff
path: root/app/views/admin/labels
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rs-form_errors' into 'master' Dmitriy Zaporozhets2016-04-111-7/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | Fix missing paddings in admin areaDmitriy Zaporozhets2016-04-041-5/+7
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add label description in tooltip to labels in issue index and sidebarDouwe Maan2016-03-161-1/+1
|
* Label description and Label rowTap2016-02-172-4/+10
| | | | | - Add label description - Show label row when filtering issues or merge requests by label
* Improve admin area button styleDrew Blessing2016-01-111-1/+1
|
* Merge branch 'master' into ui/form-consistencyDouwe Maan2015-12-031-1/+1
|\
| * Fix failures in masterValery Sizov2015-12-031-1/+1
| |
* | Use consistent casing for form field labelsDouwe Maan2015-12-021-1/+1
| |
* | Use consistent casing for page titlesDouwe Maan2015-12-022-10/+4
|/
* Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-2/+2
| | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* Fix grammar in admin area labels .nothing-here-block when no labels exist.Aaron Snyder2015-09-261-2/+2
| | | | updating admin area > "Labels" text to "There are no labels yet.", per Stan Hus suggestion.
* CRUD for admin labelsValery Sizov2015-09-036-0/+74