summaryrefslogtreecommitdiff
path: root/app/views/shared/_label_row.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* Action Buttons on Prio Labels working again by setting pointer events to ↵Tim Zallmann2017-06-271-2/+2
| | | | none on…
* Only show label type for projects that belong to a groupDouglas Barbosa Alexandre2016-10-191-2/+3
|
* Add label type to group and project labels listsDouglas Barbosa Alexandre2016-10-191-0/+2
|
* Remove scopes/types for labelsDouglas Barbosa Alexandre2016-10-191-2/+0
|
* Fix LabelsHelper#link_to_label to use the subject argumentDouglas Barbosa Alexandre2016-10-191-1/+1
|
* Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre2016-10-191-1/+2
|
* List group labels on project labels pageDouglas Barbosa Alexandre2016-10-191-1/+2
|
* 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 handler icon to prioritized labelsissue_18575Alfredo Sumaran2016-06-151-0/+2
|
* Updated labels UIPhil Hughes2016-06-091-2/+3
| | | | Closes #14227
* Tidy up Ruby style in templatesSean McGivern2016-06-061-1/+1
|
* Show functionality only for users with the ability to edit labelsAlfredo Sumaran2016-06-061-6/+7
|
* FeedbackAlfredo Sumaran2016-06-061-6/+5
|
* Sorting improvements and stylingAlfredo Sumaran2016-06-061-0/+7
|
* fix failing testsArinde Eniola2016-04-141-3/+5
|
* Filter by multiple labels with little animation.Jacob Schatz2016-04-131-5/+3
|
* change the subscribe, delete and edit buttons to iconsArinde Eniola2016-04-061-1/+2
|
* Add label description in tooltip to labels in issue index and sidebarDouwe Maan2016-03-161-1/+1
|
* Pull right side of label row outTap2016-02-191-10/+1
|
* Fix label - description spacingTap2016-02-191-1/+2
|
* Label description and Label rowTap2016-02-171-0/+12
- Add label description - Show label row when filtering issues or merge requests by label