gitlab-org--gitlab-foss/app/views/projects/milestones
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 Due date can be removed from milestones 2016-06-10 11:38:25 +01:00
_milestone.html.haml Updates from last code review. 2016-03-06 23:07:19 -05:00
edit.html.haml Remove header title from project pages 2016-05-26 17:58:44 +02:00
index.html.haml Remove unnecessary parens 2016-06-30 16:01:26 +03:00
new.html.haml Remove header title from project pages 2016-05-26 17:58:44 +02:00
show.html.haml Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
update.js.haml