Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created March 8, 2012 18:09
Show Gist options
  • Save jraczak/2002417 to your computer and use it in GitHub Desktop.
Save jraczak/2002417 to your computer and use it in GitHub Desktop.
<%= form_for([@project, @project.requirements.new]) do |f| %>
<div class="field">
<%= f.label :name %></br>
<%= f.text_field :name %>
</div>
<div class="field">
<%= f.label :detail %></br>
<%= f.text_field :detail %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment