summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/_label.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add label description in tooltip to labels in issue index and sidebarDouwe Maan2016-03-161-1/+1
|
* Label description and Label rowTap2016-02-171-4/+6
| | | | | - Add label description - Show label row when filtering issues or merge requests by label
* Fix failures in masterValery Sizov2015-12-031-1/+1
|
* CRUD for admin labelsValery Sizov2015-09-031-0/+5