Sha256: eb372799e15494e58a8be35c930f2328cc0c9806d68c02843b25354caf53324b
Contents?: true
Size: 659 Bytes
Versions: 12
Compression:
Stored size: 659 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 data-hook="included"> <td><%= t(:included_in_price) %></td> <td><%= f.check_box :included_in_price %></td> </tr> <tr="rate"> <td><%= t(:rate) %>:</td> <td><%= f.text_field :amount %></td> </tr> </table> <%= render :partial => 'spree/admin/shared/calculator_fields', :locals => { :f => f } %>
Version data entries
12 entries across 12 versions & 1 rubygems