Sha256: bb0d1f63bfd6e06fd5c574bf2c9009c65adef934b9a6a4cbe4b85ac56b13a873
Contents?: true
Size: 348 Bytes
Versions: 22
Compression:
Stored size: 348 Bytes
Contents
<h1>Editing photo</h1> <%= error_messages_for :photo %> <%= form_for(:photo, :url => photo_path(@photo), :html => { :method => :put }) do |f| %> <p> <b>Title</b><br /> <%= f.text_field :title %> </p> <p> <%= submit_tag "Update" %> </p> <% end %> <%= link_to 'Show', photo_path(@photo) %> | <%= link_to 'Back', photos_path %>
Version data entries
22 entries across 11 versions & 3 rubygems