gitlab-org--gitlab-foss/app/views/admin/labels
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
..
_form.html.haml remove instances of <input type="color" /> due to inconsistent browser support 2016-09-29 07:19:06 -05:00
_label.html.haml Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
destroy.js.haml CRUD for admin labels 2015-09-03 15:50:23 +03:00
edit.html.haml Use consistent casing for page titles 2015-12-02 14:41:54 +01:00
index.html.haml Fix missing paddings in admin area 2016-04-04 19:41:31 +02:00
new.html.haml Use consistent casing for page titles 2015-12-02 14:41:54 +01:00