gitlab-org--gitlab-foss/app/views/devise
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
..
confirmations Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
mailer Customize the Devise `unlock_instructions` email 2016-06-16 20:10:52 -04:00
passwords Autofocus the email field on the password reset form 2015-09-30 15:39:59 -04:00
registrations Add a page title to every page. 2015-04-30 19:12:15 +02:00
sessions fix LDAP omniauth regression (Closes: #22357) 2016-09-21 14:10:21 +10:00
shared Remove provider path, replace with dynamic path. 2016-08-03 11:50:38 -06:00
unlocks Allow account unlock via email 2015-12-14 15:35:02 -06:00