gitlab-org--gitlab-foss/app/views/projects/commits
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
..
_commit.atom.builder Render a collection for the Commits atom feed 2016-05-23 12:38:11 -04:00
_commit.html.haml Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
_commit_list.html.haml Fix link colors by using content-list for commits 2016-03-25 15:40:51 +01:00
_commits.html.haml Updated commits UI 2016-06-08 10:10:18 +01:00
_head.html.haml Add flash containers and broadcast messages below subnav 2016-10-01 00:21:37 +03:00
_inline_commit.html.haml Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
show.atom.builder Render a collection for the Commits atom feed 2016-05-23 12:38:11 -04:00
show.html.haml Add flash containers and broadcast messages below subnav 2016-10-01 00:21:37 +03:00