gitlab-org--gitlab-foss/app/views/projects/runners
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 Fix grammar and typos in Runners pages 2016-09-28 10:03:59 +02:00
_runner.html.haml Fix grammar and typos in Runners pages 2016-09-28 10:03:59 +02:00
_shared_runners.html.haml Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
_specific_runners.html.haml Fix grammar and typos in Runners pages 2016-09-28 10:03:59 +02:00
edit.html.haml Add minor corrections related to config of runner 2016-05-19 22:01:53 +02:00
index.html.haml Fix grammar and typos in Runners pages 2016-09-28 10:03:59 +02:00
show.html.haml Update wordings according to: 2016-06-21 16:32:50 +08:00