summaryrefslogtreecommitdiff
path: root/app/controllers/admin/labels_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a rubocop rule to check if a method 'redirect_to' is used without ↵31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+1
| | | | explicitly set 'status' in 'destroy' actions of controllers
* Labels support color names in backendDongqing Hu2017-03-291-4/+5
|
* Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
|
* Label description and Label rowTap2016-02-171-1/+1
| | | | | - Add label description - Show label row when filtering issues or merge requests by label
* added spinach for glabal labelsglobal_labelsValery Sizov2015-09-031-1/+0
|
* CRUD for admin labelsValery Sizov2015-09-031-0/+59