Sha256: 8ec27bc0e95102d17f5ff7c9cec150cce945c73d289560dcf0726750f990d4be
Contents?: true
Size: 496 Bytes
Versions: 2
Compression:
Stored size: 496 Bytes
Contents
<table data-hook="tax_rates"> <tr data-hook="zone"> <td><%=t("zone")%>:</td> <td><%= f.collection_select(:zone_id, @available_zones, :id, :name) %></td> </tr> <tr data-hook="category"> <td><%=t("tax_category")%>:</td> <td><%= f.collection_select(:tax_category_id, @available_categories,:id, :name) %></td> </tr> <tr="rate"> <td><%=t("rate")%>:</td> <td><%= f.text_field :amount %></td> </tr> </table> <%= render "admin/shared/calculator_fields", :f => f %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/tax_rates/_form.html.erb |
spree_core-0.70.RC1 | app/views/admin/tax_rates/_form.html.erb |