summaryrefslogtreecommitdiff
path: root/app/helpers/labels_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove project from show_label_issuables_link?62217-follow-up-from-fix-display-of-promote-to-group-labelHeinrich Lee Yu2019-07-231-3/+2
* Fix inconsistent capitalization in label colorsHeinrich Lee Yu2019-05-301-2/+2
* Fix for #61788 predefined colours dont have descriptive labelsChris Toynbee2019-05-301-23/+33
* Fix display of promote to group labelJan Provaznik2019-05-281-9/+2
* Merge branch '10504-single-codebase-ce' into 'master'Sean McGivern2019-04-241-0/+4
|\
| * Add Epics in issuable list when EERajat Jain2019-04-241-0/+4
* | Move scoped_label into label presenterJan Provaznik2019-04-231-39/+5
|/
* Hide overflow in scoped labelsRajat Jain2019-04-161-1/+1
* Merge branch 'keyval-labels' into 'master'Sean McGivern2019-04-051-5/+50
|\
| * Fix scoped_labels feature checkJan Provaznik2019-04-041-1/+7
| * [backend] backport of scoped labelsJan Provaznik2019-04-041-5/+44
* | Externalize strings in helpersMartin Wortschack2019-04-041-2/+2
|/
* Sort labels alphabeticallyDmitriy Zaporozhets2019-02-211-0/+4
* Fix bug when links in tabs of the labels index pages ends with .htmlDmitriy Zaporozhets2018-10-311-1/+1
* Refactor labels_filter_path and labels navdz-labels-subscribe-filterDmitriy Zaporozhets2018-10-041-7/+13
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
* Tidy tooltip_title and fix dropdown open leftLuke Bennett2018-05-291-7/+5
* Tidy tooltip_title and fix for signed out userLuke Bennett2018-05-291-0/+10
* Set .bdage for labelshelperbootstrap4Clement Ho2018-04-131-1/+1
* Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-3/+7
* Add helpers for labels dropdownKushal Pandya2018-03-121-0/+33
* Allow exposing methods to `gon_helper`Kushal Pandya2018-03-051-0/+1
* Hide issues and MRs in labels list if disabledsophie-h/gitlab-ce-patch-15Sophie Herold2017-12-111-0/+7
* Group boards CE backportFelipe Artur2017-08-281-3/+4
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-2/+2
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-5/+5
* Fix LabelsHelper#toggle_subscription_label_pathDouglas Barbosa Alexandre2017-06-261-4/+6
* Fix LabelsHelper#can_subscribe_to_label_in_different_levelsDouglas Barbosa Alexandre2017-06-261-1/+1
* Add can_subscribe_to_label_in_different_levels helper methodDouglas Barbosa Alexandre2017-06-261-0/+4
* Allow users to subscribe to group labels on group labels pageDouglas Barbosa Alexandre2017-06-261-6/+7
* Provide default for calculating label text color (!11681)winh2017-05-251-3/+2
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-8/+1
* Avoid code duplication for label subscription status on label partialDouglas Barbosa Alexandre2016-11-171-6/+2
* Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre2016-11-171-0/+14
* Use button instead of an icon to subscribe/unsubscribe to labelsDouglas Barbosa Alexandre2016-11-171-6/+0
* Allow users to subscribe to group labels at project-levelDouglas Barbosa Alexandre2016-11-171-12/+4
* Refactoring label subscription toggle button text to accept a projectDouglas Barbosa Alexandre2016-11-171-2/+2
* Refactoring label subscription status to accept a projectDouglas Barbosa Alexandre2016-11-171-2/+2
* Disable subscribing to group-level labelsDouglas Barbosa Alexandre2016-10-191-7/+14
* Warn user deleting a group label affect all projects within the groupDouglas Barbosa Alexandre2016-10-191-0/+7
* Add subject to group and projects labels which return group/projectDouglas Barbosa Alexandre2016-10-191-8/+2
* Always use symbols for type on LabelsHelper#link_to_labelDouglas Barbosa Alexandre2016-10-191-1/+1
* Remove scopes/types for labelsDouglas Barbosa Alexandre2016-10-191-20/+0
* Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-2/+2
* Fix LabelsHelper#link_to_label to use the subject argumentDouglas Barbosa Alexandre2016-10-191-8/+14
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-4/+4
* Use policies to handle with global/project label permissionsDouglas Barbosa Alexandre2016-10-191-10/+0
* Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre2016-10-191-29/+23
* List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre2016-10-191-0/+3
* Remove unused method LabelsHelper#project_label_namesDouglas Barbosa Alexandre2016-10-191-4/+0