Skip to content

Instantly share code, notes, and snippets.

Created October 17, 2011 17:37
Show Gist options
  • Save anonymous/1293210 to your computer and use it in GitHub Desktop.
Save anonymous/1293210 to your computer and use it in GitHub Desktop.
_form
<%= form_for @link do |form| %>
<p>
<%= form.label :title, "Title:" %>
<%= form.text_field :title %>
</p>
<p>
<%= form.label :url, "Link:" %>
<%= form.text_field :url %>
</p>
<%= form.submit "Create" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment