summaryrefslogtreecommitdiff
path: root/app/views/admin/labels
Commit message (Collapse)AuthorAgeFilesLines
* Fix for #61788 predefined colours dont have descriptive labelsChris Toynbee2019-05-301-4/+1
|
* Fix col-sm-* in forms to keep layoutTakuya Noguchi2019-05-271-3/+6
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Move scoped_label into label presenterJan Provaznik2019-04-231-1/+1
| | | | | | | When rendering a label we want to check 'scoped_label' feature availability on a project/group where label is being used. For this reason a label presenter is used in UI and information about context project/group is passed to this presenter.
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-192-2/+2
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Resolve "System level labels UI broken"André Luís2018-08-072-9/+10
|
* i18n: externalize strings from 'app/views/admin/labels'Tao Wang2018-06-165-17/+17
| | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* Adds "the" to the new label page to correct the sentence.Sam Beckham2018-06-011-1/+1
|
* Fix failing spec because of light-well referenceClement Ho2018-04-191-1/+1
|
* [skip ci] Convert wells to card, port info-wellClement Ho2018-04-131-1/+1
|
* [skip ci] add col-sm-* for form-horizontal changes to keep layoutClement Ho2018-04-121-3/+3
|
* [skip ci] .input-group-addon to .input-group-prepend, .input-group-appendClement Ho2018-04-121-1/+2
|
* [skip ci] .form-horizontal => .form-group.rowClement Ho2018-04-121-4/+4
|
* [skip ci] .control-label to .col-form-labelClement Ho2018-04-111-3/+3
|
* [skip ci] .help-block to .form-text.text-mutedClement Ho2018-04-111-1/+1
|
* [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-092-2/+2
|
* various breadcrumb updatesPhil Hughes2017-08-181-0/+2
|
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-1/+1
|
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
* remove instances of <input type="color" /> due to inconsistent browser supportMike Greiling2016-09-291-1/+1
|
* Removes two simple instances of inline JavaScript.Connor Shea2016-07-261-3/+0
|
* 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