Sha256: d1fbbf91da232a29b68bf8fb47c22d7620afcd68ed9fd6c3c0e45947746089c7

Contents?: true

Size: 270 Bytes

Versions: 6

Compression:

Stored size: 270 Bytes

Contents

<h1><%= t("editing_tax_rate") %></h1>
<%= error_messages_for :tax_rate %>
<% form_for(@tax_rate, :url => object_url, :html => { :method => :put }) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <p>
    <%=submit_tag t("update")%>
  </p>
<% end %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
spree-enriquez-0.9.4 app/views/admin/tax_rates/edit.html.erb
spree-0.9.4 app/views/admin/tax_rates/edit.html.erb
spree-0.9.3 app/views/admin/tax_rates/edit.html.erb
spree-0.9.2 app/views/admin/tax_rates/edit.html.erb
spree-0.9.1 app/views/admin/tax_rates/edit.html.erb
spree-0.9.0 app/views/admin/tax_rates/edit.html.erb