Sha256: b6279adbb2a46e2e98fb1e0f8170603810829a54cc1de3c0fddefc487d0762b5

Contents?: true

Size: 440 Bytes

Versions: 14

Compression:

Stored size: 440 Bytes

Contents

<h1>New photo_file</h1>

<%= error_messages_for :photo_file %>

<% form_for(@photo_file) do |f| %>
  <p>
    <b>Image filename</b><br />
    <%= f.text_field :image_filename %>
  </p>

  <p>
    <b>Image width</b><br />
    <%= f.text_field :image_width %>
  </p>

  <p>
    <b>Image height</b><br />
    <%= f.text_field :image_height %>
  </p>

  <p>
    <%= f.submit "Create" %>
  </p>
<% end %>

<%= link_to 'Back', photo_files_path %>

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
tvdeyen-fleximage-1.2.0 test/rails_root/app/views/photo_files/new.html.erb
tvdeyen-fleximage-1.1.1 test/rails_root/app/views/photo_files/new.html.erb
tvdeyen-fleximage-1.0.9 test/rails_root/app/views/photo_files/new.html.erb
tvdeyen-fleximage-1.0.8 test/rails_root/app/views/photo_files/new.html.erb
tvdeyen-fleximage-1.0.7 test/rails_root/app/views/photo_files/new.html.erb
robinboening-fleximage-1.0.6 test/rails_root/app/views/photo_files/new.html.erb
robinboening-fleximage-1.0.4 test/rails_root/app/views/photo_files/new.html.erb
tvdeyen-fleximage-1.0.5 test/rails_root/app/views/photo_files/new.html.erb
fleximage-1.0.4 test/rails_root/app/views/photo_files/new.html.erb
dougmcbride-fleximage-1.0.3 test/rails_root/app/views/photo_files/new.html.erb
fleximage-1.0.3 test/rails_root/app/views/photo_files/new.html.erb
fleximage-1.0.2 test/rails_root/app/views/photo_files/new.html.erb
fleximage-1.0.1 test/rails_root/app/views/photo_files/new.html.erb
fleximage-1.0.0 test/rails_root/app/views/photo_files/new.html.erb