Skip to content

Instantly share code, notes, and snippets.

@abacha
Created February 13, 2013 19:29
Show Gist options
  • Select an option

  • Save abacha/4947377 to your computer and use it in GitHub Desktop.

Select an option

Save abacha/4947377 to your computer and use it in GitHub Desktop.
- title Portfolio.model_name.human
= form_for @portfolio, :html => {:multipart => true, :class => "validate"} do |f|
%div.row-fluid
= form_text_area f, :comments, "span12", :style => "height: 90px;"
= f.fields_for :attachments do |sub|
= sub.file_field :file
%div.form-actions
%button.send=t(:save)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment