Skip to content

Instantly share code, notes, and snippets.

@fedesoria
Created November 12, 2009 00:48
Show Gist options
  • Save fedesoria/232480 to your computer and use it in GitHub Desktop.
Save fedesoria/232480 to your computer and use it in GitHub Desktop.
<% form_for @offer do |f| %>
<%= f.label :version, 'Version' %>:
<%= f.text_field :version %><br />
<%= f.label :author, 'Author' %>:
<%= f.text_field :author %><br />
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment