gitlab-org--gitlab-foss/app/views/shared/snippets
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
..
_blob.html.haml Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
_form.html.haml Only load Ace on Snippets and file edit pages. 2016-08-18 21:48:10 +01:00
_header.html.haml Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
_snippet.html.haml Reordered dropdown options 2016-09-07 15:12:03 +01:00