forked from e621ng/e621ng
7 lines
406 B
Plaintext
7 lines
406 B
Plaintext
<div class="ui-corner-all ui-state-highlight site-notice" id="unactivated-notice">
|
|
<h1>You still need to activate your account via an email sent to
|
|
<span style="font-weight:bold;"><%= CurrentUser.email %> (<%= link_to "resend", resend_confirmation_email_path %>)</span>
|
|
<span style="font-weight:bold;">(<%= link_to "change email", new_maintenance_user_email_change_path %>)</span>
|
|
</h1>
|
|
</div>
|