Sha256: 57549c555d6bcb4b8d396da2df31dcdf61d8fd51bde13086983bcec7a623d737

Contents?: true

Size: 269 Bytes

Versions: 8

Compression:

Stored size: 269 Bytes

Contents

<h1><%= t(:new_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/new_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/new.html.erb
spree_core-0.70.6 app/views/admin/tax_rates/new.html.erb
spree_core-0.70.5 app/views/admin/tax_rates/new.html.erb
spree_core-0.70.4 app/views/admin/tax_rates/new.html.erb
spree_core-0.70.3 app/views/admin/tax_rates/new.html.erb
spree_core-0.70.2 app/views/admin/tax_rates/new.html.erb
spree_core-0.70.1 app/views/admin/tax_rates/new.html.erb
spree_core-0.70.0 app/views/admin/tax_rates/new.html.erb