= content_for :meta_tags do %meta{ 'http-equiv': 'refresh', content: "3; url=#{@redirect_url}" } .gl-text-center.gl-max-w-62.gl-mx-auto .svg-content.svg-80 = image_tag 'illustrations/success-sm.svg' %h2 = s_('IdentityVerification|Verification successful') %p.gl-pt-2 - redirect_url_start = ''.html_safe % { url: @redirect_url } - redirect_url_end = ''.html_safe = html_escape(s_("IdentityVerification|Your account has been successfully verified. You'll be redirected to your account in just a moment or %{redirect_url_start}click here%{redirect_url_end} to refresh.")) % { redirect_url_start: redirect_url_start, redirect_url_end: redirect_url_end }