AppStateESS/homestead

View on GitHub
templates/student/roommate_reject_done.tpl

Summary

Maintainability
Test Coverage

<div class="hms">
    <div class="box">
        <div class="box-title"><h2>Roommate Rejected</h2></div>
        <div class="box-content">
            <p><b>You rejected the roommate request from {NAME}</b>.  If this was an error, you may go back to the main menu and re-request using their username, <b>{USERNAME}</b>.</p>
            <p>{MENU_LINK}</p>
        </div>
    </div>
</div>