Sha256: c6c8df245db0acc1b2a4eaefffb7e788a5662b53f437b4d20d8225b03fd55b0b
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 Bytes
Contents
<h2>Add a new category</h2> <%= form_for @category, :url => bolt_categories_path do |f| %> <%= render :partial => 'bolt/categories/form', :locals => { :f => f } %> <p class="submits"> <%= link_to 'Cancel', bolt_categories_path, :class => 'cancel' %> or <%= f.submit "Add new category", :class => "update" %> </p> <% end %> <%= content_for :sidebar do %> <li><%= link_to "#{bolt_show_icon "table"}Back to list".html_safe, bolt_categories_path %></li> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hurry-0.1.0 | app/views/bolt/categories/new.html.erb |