Asymmetrik/mean2-starter

View on GitHub
src/client/app/admin/password/reset-password-success.component.html

Summary

Maintainability
Test Coverage
<section>

    <div class="row">
        <h3 class="col-md-12 text-center">Password successfully reset</h3>
        <p class="col-md-4 col-md-offset-4 small text-center">
            Your password has been reset and a confirmation email has been sent to your email address.
        </p>
        <p class="col-md-4 col-md-offset-4 text-center">
            <a href="/#/" class="col-md-12">Continue to home page...</a>
        </p>
    </div>

</section>