Skip to content

Instantly share code, notes, and snippets.

@maddox
Created July 15, 2008 18:56
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save maddox/6 to your computer and use it in GitHub Desktop.
Save maddox/6 to your computer and use it in GitHub Desktop.
undefined
<% fields_for @public_key do |f| -%>
<p>
<%= f.label :title %><br />
<%= f.text_field :title %><br /><br />
</p>
<p>
<%= f.label :key %><br />
<%= f.text_area :key %>
</p>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment