Sha256: b58df09bbf4358229b0598d2cd0d32e499968717e14305417faabb027fc69226

Contents?: true

Size: 272 Bytes

Versions: 8

Compression:

Stored size: 272 Bytes

Contents

<h1><%= t(:editing_tax_rate) %></h1>
<%= render 'shared/error_messages', :target => @tax_rate %>
<%= form_for [:admin, @tax_rate] do |f| %>
  <%= render :partial => 'form', :locals => { :f => f } %>
  <%= render :partial => 'admin/shared/edit_resource_links' %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/tax_rates/edit.html.erb
spree_core-0.70.6 app/views/admin/tax_rates/edit.html.erb
spree_core-0.70.5 app/views/admin/tax_rates/edit.html.erb
spree_core-0.70.4 app/views/admin/tax_rates/edit.html.erb
spree_core-0.70.3 app/views/admin/tax_rates/edit.html.erb
spree_core-0.70.2 app/views/admin/tax_rates/edit.html.erb
spree_core-0.70.1 app/views/admin/tax_rates/edit.html.erb
spree_core-0.70.0 app/views/admin/tax_rates/edit.html.erb