Created
November 19, 2017 19:01
-
-
Save allgenesconsidered/c470f01414ba537875c1f70bff7c4917 to your computer and use it in GitHub Desktop.
new.html.erb
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
| <h2>Add a new todo...</h2> | |
| <form action="#"> | |
| <input class="text-input" id="new-todo-description" name="description" type="text" placeholder="Add a new todo..."> | |
| <input class="text-input" id="new-pomodoro-estimate" name="pomodoro_estimate" type="number" placeholder="Pomodoro estimate..."> | |
| <input class="button" id="add-new-todo-button" type="submit" value="Add todo"> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment