Skip to content

Instantly share code, notes, and snippets.

@cmhobbs
Created November 16, 2012 05:38
Show Gist options
  • Save cmhobbs/4084474 to your computer and use it in GitHub Desktop.
Save cmhobbs/4084474 to your computer and use it in GitHub Desktop.
= form_for [@company] do |f|
.field
= f.label "Name"
= f.text_field :name
.form-submit
= f.submit nil, :class => 'btn btn-large btn-primary'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment