gitlab-org--gitlab-foss/app/views/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
..
group_members Fix expiration date picker after update 2016-09-02 16:29:07 +01:00
milestones Don't include archived projects when creating group milestones 2016-10-05 16:13:29 +02:00
_activities.html.haml Link to group feed from group activity page 2016-05-18 17:43:13 +01:00
_group_lfs_settings.html.haml Syntax fixes and better tests for helper methods. Updated docs. 2016-09-15 14:10:49 -05:00
_projects.html.haml
_shared_projects.html.haml
activity.html.haml
edit.html.haml Syntax fixes and better tests for helper methods. Updated docs. 2016-09-15 14:10:49 -05:00
issues.atom.builder Don't try to count a relation with aliases 2016-06-10 14:29:08 +01:00
issues.html.haml Merge branch 'group-navigation-redesign' into 'master' 2016-05-06 14:06:02 +00:00
merge_requests.html.haml Merge branch 'group-navigation-redesign' into 'master' 2016-05-06 14:06:02 +00:00
new.html.haml
projects.html.haml Remove icons from some buttons which already has text 2016-07-01 18:09:17 +02:00
show.atom.builder Remove event_to_atom helper 2016-05-23 12:37:40 -04:00
show.html.haml Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00