Created
June 24, 2014 09:01
-
-
Save benbarnett/ea458463142cd67acb06 to your computer and use it in GitHub Desktop.
validation-summary
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="validation-summary"> | |
<div class="validation-summary__content-container"> | |
<p class="validation-summary__title">Please double-check the form for the following errors</p> | |
<ol class="validation-summary__list"> | |
<li class="validation-summary__error"> | |
<a href="#interest_rate-errors">Based on 25 year repayment mortgage at: must be a number</a> | |
</li> | |
<li class="validation-summary__error"> | |
<a href="#annual_income-errors">Annual income must be a number</a> | |
</li> | |
</ol> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment