Sha256: ae3c1c6a2b353482af1e5568c65e392d13ddeae84d0ca8513d8331f35bb45d57

Contents?: true

Size: 559 Bytes

Versions: 14

Compression:

Stored size: 559 Bytes

Contents

<h1>Editing photo_db</h1>

<%= error_messages_for :photo_db %>

<% form_for(@photo_db) 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>
    <b>Image file data</b><br />
    <%= f.text_field :image_file_data %>
  </p>

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

<%= link_to 'Show', @photo_db %> |
<%= link_to 'Back', photo_dbs_path %>

Version data entries

14 entries across 14 versions & 4 rubygems

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