Sha256: 0a848db75e0a54c4ad182b179d74977ec2e9dcf7586ee8f047dcee0f9d8392ab

Contents?: true

Size: 191 Bytes

Versions: 5

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.text_field :file_url
  = f.submit "Attach Image"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
imagine-0.3.0 app/views/imagine/images/new.html.haml
imagine-0.2.3 app/views/imagine/images/new.html.haml
imagine-0.2.2 app/views/imagine/images/new.html.haml
imagine-0.2.1 app/views/imagine/images/new.html.haml
imagine-0.1.7 app/views/imagine/images/new.html.haml