Commit graph

6 commits

Author SHA1 Message Date
Nick Thomas
9920551536 Enable CacheMarkdownField for the remaining models
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.
2016-10-07 02:54:26 +01:00
Arinde Eniola
979dedba8a make milestone labels in labels tab similar to that of the labels page 2016-04-11 16:24:49 +01:00
Douwe Maan
738812240c Add label description in tooltip to labels in issue index and sidebar 2016-03-16 23:02:52 -04:00
Rubén Dávila
95b06a62c0 Updates from last code review. 2016-03-06 23:07:19 -05:00
Rubén Dávila
3c157b6bf7 Show Project name on Labels tab for Group and Dashboard context. 2016-03-04 22:37:03 -05:00
Rubén Dávila
ed48085558 Refactor Merge Requests tab into a custom partial
* Add Labels tab to Groups
* Add decorator for label so it's aware of Milestones.
2016-03-04 22:37:03 -05:00