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