Sha256: 26e0db759013220091d5d7f2676cc4521c74727ab624fce1dedf1d0ffcbc6512
Contents?: true
Size: 347 Bytes
Versions: 97
Compression:
Stored size: 347 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
97 entries across 59 versions & 19 rubygems