packages/fxa-content-server/app/scripts/templates/confirm_reset_password.mustache (27 lines of code) (raw):
<div id="main-content" class="card">
<header>
<h1 id="fxa-confirm-reset-password-header">{{#t}}Reset email sent{{/t}}</h1>
</header>
<section>
<div class="error"></div>
<div class="success"></div>
<div class="graphic graphic-mail"></div>
<p class="verification-email-message">{{#t}}Click the link emailed to %(email)s within the next hour to create a new password.{{/t}}</p>
{{#isOpenWebmailButtonVisible}}
<div class="button-row">
<a href="{{{ escapedWebmailLink }}}" data-webmail-type="{{webmailType}}" class="button" target="_blank" id="open-webmail" type="button">{{webmailButtonText}}</a>
</div>
{{/isOpenWebmailButtonVisible}}
<div class="links centered">
<a id="resend" class="resend-email" href="#">{{#t}}Not in inbox or spam folder? Resend{{/t}}</a>
{{#isSignInEnabled}}
{{#forceAuth}}
<a href="/force_auth?email={{ encodedEmail }}" class="sign-in">{{#t}}Remember password? Sign in{{/t}}</a>
{{/forceAuth}}
{{^forceAuth}}
<a href="/signin" class="sign-in">{{#t}}Remember password? Sign in{{/t}}</a>
{{/forceAuth}}
{{/isSignInEnabled}}
</div>
</section>
</div>