Copy the trello card for yourself https://trello.com/b/VoRUQAqz/breaking-rails-conventions-workshop
Last active
October 7, 2017 14:19
-
-
Save timdiggins/fd46c619925ac482002760cd4902c0dc to your computer and use it in GitHub Desktop.
breaking rails conventions workshop
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
<!doctype html> | |
<head> | |
</head> | |
<body> | |
<form> | |
<div> | |
<label>Door number</label> | |
<input name="door_number"> | |
</div> | |
<div> | |
<label>Company name</label> | |
<input name="company_name"> | |
</div> | |
<div> | |
<label> | |
<input name="has_cactus" type="checkbox"> | |
Has cactus | |
</label> | |
</div> | |
<input type="submit"> | |
</form> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment