Asymmetrik/mean2-starter

View on GitHub
src/client/app/admin/user-management/user-signed-up.component.html

Summary

Maintainability
Test Coverage
<section>

    <div class="row">
        <h3 class="col-md-12 text-center">Thanks for requesting an account!</h3>
        <p class="col-md-4 col-md-offset-4 small text-center">
            Your request was successful. If no other approvals are necessary, your account should be active.
        </p>
        <p class="col-md-4 col-md-offset-4 text-center">
            <a [routerLink]="['/']">Click here to continue...</a>
        </p>
    </div>

</section>