Sha256: 13ea84e46cc286b9bea95dc4eec43fff8f9ead29ee3dd0a73abefe8476071c19

Contents?: true

Size: 191 Bytes

Versions: 7

Compression:

Stored size: 191 Bytes

Contents

= form_for [@album, @image], :html => { :multipart => true } do |f|
  = f.label :file
  = f.file_field :file
  or
  = f.label :file_url
  = f.file_field :file_url
  = f.submit "Attach Image"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
imagine-0.2.0 app/views/imagine/images/new.html.haml
imagine-0.1.6 app/views/imagine/images/new.html.haml
imagine-0.1.5 app/views/imagine/images/new.html.haml
imagine-0.1.4 app/views/imagine/images/new.html.haml
imagine-0.1.3 app/views/imagine/images/new.html.haml
imagine-0.1.2 app/views/imagine/images/new.html.haml
imagine-0.1.1 app/views/imagine/images/new.html.haml