gitlab-org--gitlab-foss/app/views/admin/groups
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 Syntax fixes and better tests for helper methods. Updated docs. 2016-09-15 14:10:49 -05:00
_group.html.haml Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
edit.html.haml Add a page title to every page. 2015-04-30 19:12:15 +02:00
index.html.haml Revert "Revert "Merge branch 'issue_3946' into 'master' "" 2016-07-07 23:48:02 -04:00
new.html.haml Capitalize "X" in "New X". 2015-04-30 21:33:02 +02:00
show.html.haml Improved helper methods, better flow for `project.lfs_enabled?`, and UI fixes. 2016-09-15 12:27:32 -05:00