Sha256: c2eebfbf7a0a81a2f311e45c888ead0b2a7f6c39a61a2e3c70483b8b00fe2774
Contents?: true
Size: 276 Bytes
Versions: 4
Compression:
Stored size: 276 Bytes
Contents
<h1>Editing shelf</h1> <% form_for(@shelf) do |f| %> <%= f.error_messages %> <p> <%= f.label :name %><br /> <%= f.text_field :name %> </p> <p> <%= f.submit "Update" %> </p> <% end %> <%= link_to 'Show', @shelf %> | <%= link_to 'Back', shelves_path %>
Version data entries
4 entries across 4 versions & 1 rubygems