Sha256: fe21f61640342224c60be46a031ede2ef3e4913abf65c7570cc9e15e0eacae1c
Contents?: true
Size: 344 Bytes
Versions: 8
Compression:
Stored size: 344 Bytes
Contents
<h2>New 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.select :kind, %w(Expense Income Move) %> </p> <p> <%= f.submit 'Create' %> </p> <% end %> <%= link_to 'Back', categories_path %>
Version data entries
8 entries across 8 versions & 2 rubygems