Skip to content

Instantly share code, notes, and snippets.

@mcansky
Created February 20, 2010 22:11
Show Gist options
  • Save mcansky/309944 to your computer and use it in GitHub Desktop.
Save mcansky/309944 to your computer and use it in GitHub Desktop.
<% form_for @repository do |f| %>
<%= f.error_messages %>
<p><%= t(:name) %> : <%= f.text_field :name %></p>
<p><%= f.submit t(:submit) %></p>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment