Sha256: 32581b3f35253016d75ceb1b20411389243c4998470d617d68ff519e8a4eb833
Contents?: true
Size: 362 Bytes
Versions: 8
Compression:
Stored size: 362 Bytes
Contents
<h2>Editing category</h2> <% form_for(@category) do |f| %> <%= f.error_messages %> <p> <%= f.label :name %><br /> <%= f.text_field :name %> </p> <p> <%= f.label :kind %><br /> <%= f.text_field :kind %> </p> <p> <%= f.submit 'Update' %> </p> <% end %> <%= link_to 'Show', @category %> | <%= link_to 'Back', categories_path %>
Version data entries
8 entries across 8 versions & 2 rubygems