9920551536
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.
13 lines
547 B
Text
13 lines
547 B
Text
.well-confirmation.text-center
|
|
%h1.prepend-top-0
|
|
Almost there...
|
|
%p.lead
|
|
Please check your email to confirm your account
|
|
- if current_application_settings.after_sign_up_text.present?
|
|
.well-confirmation.text-center
|
|
= markdown_field(current_application_settings, :after_sign_up_text)
|
|
%p.confirmation-content.text-center
|
|
No confirmation email received? Please check your spam folder or
|
|
.append-bottom-20.prepend-top-20.text-center
|
|
%a.btn.btn-lg.btn-success{ href: new_user_confirmation_path }
|
|
Request new confirmation email
|