9 lines
355 B
HTML
9 lines
355 B
HTML
<template name="atResendVerificationEmailLink">
|
|
<div class="at-resend-verification-email-link at-wrap" horizontal center-justified layout>
|
|
<p>
|
|
<a href="{{resendVerificationEmailLink}}" id="at-resend-verification-email" class="at-link at-resend-verification-email {{disabled}}">{{linkText}}</a>
|
|
{{suffText}}
|
|
</p>
|
|
</div>
|
|
</template>
|