Sha256: 8bedc59b99bf433fe6216b91f1a0bf97c18668b376c954485f00a7a2c4010e8c
Contents?: true
Size: 497 Bytes
Versions: 8
Compression:
Stored size: 497 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
8 entries across 8 versions & 1 rubygems