Created
November 25, 2015 15:46
-
-
Save GuyHarwood/dd4ab7a1ee42e37a4673 to your computer and use it in GitHub Desktop.
for steve...
This file contains hidden or 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="form-group"> | |
<label for="comments" class="control-label col-md-2">Comments</label> | |
<div class="col-md-10"> | |
<textarea cols="20" class="form-control" id="Comments" name="Comments" rows="2"></textarea> | |
<span class="field-validation-valid text-danger" data-valmsg-for="Comments" data-valmsg-replace="true"></span> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment