Skip to content

Commit

Permalink
changed width of contact form image
Browse files Browse the repository at this point in the history
  • Loading branch information
dschien committed Feb 7, 2018
1 parent 17ac91a commit 8be6229
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/form_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,11 @@ The form html does become a bit hard to read, I admit, but it looks good to the
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</form>
```
<a href="url"><img src="https://github.com/dschien/santas-grotto/raw/master/doc/validation.png" align="left" width="348"></a>
The main elements here are the thymeleaf classappend command (with an inline elvis operator ?:) `th:classappend="${#fields.hasErrors('name')} ? has-error : blu-margin">`
and a bunch of bootstrap classes.

0 comments on commit 8be6229

Please sign in to comment.