Sha256: fe9c2b4c87891f430e1fa22cd03ada1dbbd8fc3687e95d960a2cd8950af9b20a
Contents?: true
Size: 481 Bytes
Versions: 14
Compression:
Stored size: 481 Bytes
Contents
<h1>Editing 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 "Update" %> </p> <% end %> <%= link_to 'Show', @photo_file %> | <%= link_to 'Back', photo_files_path %>
Version data entries
14 entries across 14 versions & 4 rubygems