Skip to content

Instantly share code, notes, and snippets.

@kneipp
Created October 6, 2011 20:34
Show Gist options
  • Select an option

  • Save kneipp/1268581 to your computer and use it in GitHub Desktop.

Select an option

Save kneipp/1268581 to your computer and use it in GitHub Desktop.
Form rails3.1 view
<div>
<%= f.label t('.name') %>:
<%= f.text_field :name, size: 40 %>
</div>
<div>
<%= f.label :password, 'Password' %>:
<%= f.password_field :password, size: 40 %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment