Sha256: 223c447fc7e77bdf1fb5c4d2c47c4e112bad9cd3c3ea77cb35a554913dfbfe43

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 Bytes

Contents

<%= render :partial => 'spree/admin/shared/configuration_menu' %>

<h1>Editing Bullet</h1>

<%= render 'spree/shared/error_messages', :target => @bullet %>

<%= form_for  [:admin, @taxonomy, @taxon, @bullet], :html => { :multipart => true } do |f| %>
  <%= render :partial => 'form', :locals => { :f => f } %>
  <p class="form-buttons" data-hook="buttons"><%= button t(:save) %></p>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_category_bullets-0.0.2 app/views/spree/admin/bullets/edit.html.erb
spree_category_bullets-0.0.1 app/views/spree/admin/bullets/edit.html.erb