Sha256: f76a4a729e3f56a8b7b430767377a3fc6fe5c50709e82efead76ed44539ad02f
Contents?: true
Size: 326 Bytes
Versions: 59
Compression:
Stored size: 326 Bytes
Contents
<h1>Editing tag</h1> <%= error_messages_for :tag %> <% form_for(:tag, :url => object_url, :html => { :method => :put }) do |f| %> <p> <b>Name</b><br /> <%= f.text_field :name %> </p> <p> <%= submit_tag "Update" %> </p> <% end %> <%= link_to 'Show', object_url %> | <%= link_to 'Back', collection_url %>
Version data entries
59 entries across 59 versions & 19 rubygems