gitlab-org--gitlab-foss/app/views/projects/issues
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
..
_closed_by_box.html.haml
_discussion.html.haml Fixed alignment of buttons in note forms 2016-06-17 11:43:59 +01:00
_form.html.haml
_head.html.haml Add flash containers and broadcast messages below subnav 2016-10-01 00:21:37 +03:00
_issue.html.haml Merge branch '18849-project-snippets-page-isn-t-really-responsive' into 'master' 2016-09-15 22:26:32 +00:00
_issue_by_email.html.haml Merge some repeated codes to the partial 2016-07-27 18:07:11 +08:00
_issues.html.haml Fix issues bulk update from issues index page 2016-09-08 11:52:20 +03:00
_merge_requests.html.haml Used flexbox to force related merge request list items into columned items 2016-09-09 19:05:47 +01:00
_new_branch.html.haml fix margin for multi-line emojis 2016-09-07 10:04:59 -07:00
_related_branches.html.haml Used flexbox to force related merge request list items into columned items 2016-09-09 19:05:47 +01:00
edit.html.haml Remove header title from project pages 2016-05-26 17:58:44 +02:00
index.atom.builder Don't try to count a relation with aliases 2016-06-10 14:29:08 +01:00
index.html.haml Add flash containers and broadcast messages below subnav 2016-10-01 00:21:37 +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