Skip to content

Instantly share code, notes, and snippets.

@benbarnett
Created June 24, 2014 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benbarnett/ea458463142cd67acb06 to your computer and use it in GitHub Desktop.
Save benbarnett/ea458463142cd67acb06 to your computer and use it in GitHub Desktop.
validation-summary
<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