Sha256: c04ddf8647116a54e8d9aec8ac91335d041d4bcfbc95b126c0302cbaf3a9c14e
Contents?: true
Size: 349 Bytes
Versions: 5
Compression:
Stored size: 349 Bytes
Contents
<h1>Editing item</h1> <% form_for(@item) do |f| %> <%= f.error_messages %> <p> <%= f.label :label %><br /> <%= f.text_field :label %> </p> <p> <%= f.label :value %><br /> <%= f.text_field :value %> </p> <p> <%= f.submit 'Update' %> </p> <% end %> <%= link_to 'Show', @item %> | <%= link_to 'Back', items_path %>
Version data entries
5 entries across 5 versions & 1 rubygems