Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save allgenesconsidered/c470f01414ba537875c1f70bff7c4917 to your computer and use it in GitHub Desktop.

Select an option

Save allgenesconsidered/c470f01414ba537875c1f70bff7c4917 to your computer and use it in GitHub Desktop.
new.html.erb
<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