From a6045df701aaf21f9af09227564eddb891f5e3f2 Mon Sep 17 00:00:00 2001 From: Brett Walker Date: Wed, 6 Sep 2017 18:39:55 +0200 Subject: move #cta properly under #content --- .../mailer/_confirmation_instructions_secondary.html.haml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/views/devise/mailer/_confirmation_instructions_secondary.html.haml') diff --git a/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml b/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml index 83f5edbde7a..3d0a1f622a5 100644 --- a/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml +++ b/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml @@ -1,8 +1,8 @@ #content = email_default_heading("#{@resource.user.name}, you've added an additional email!") %p Click the link below to confirm your email address (#{@resource.email}) -#cta - = link_to 'Confirm your email address', confirmation_url(@resource, confirmation_token: @token) -%p - If this email was added in error, you can remove it here: - = link_to "Emails", profile_emails_url + #cta + = link_to 'Confirm your email address', confirmation_url(@resource, confirmation_token: @token) + %p + If this email was added in error, you can remove it here: + = link_to "Emails", profile_emails_url -- cgit v1.2.3