Sha256: c484e542f53a1d400222c99c541e2c3379374d71f155a0123c0c6c51650d00d9

Contents?: true

Size: 842 Bytes

Versions: 37

Compression:

Stored size: 842 Bytes

Contents

<div class='toolbar'>
  <ul class='actions'>
    <li>
      <%= button_link_to t("new_tax_rate"), new_object_url, :icon => 'add'  %>
    </li>
  </ul>
  <br class='clear' />
</div>
<h1><%=t("tax_rates") %></h1>
<table class="index">
  <thead>
    <tr>
      <th><%=t("zone")%></th>
      <th><%=t("category")%></th>
      <th><%=t("amount")%></th>
      <th><%=t("calculator")%></th>
      <th><%=t("action")%></th>
    </tr>
  </thead>
  <tbody>
    <% @tax_rates.each do |tax_rate|%>
    <tr id="<%= dom_id tax_rate %>">
      <td><%=tax_rate.zone.name %></td>
      <td><%=tax_rate.tax_category.name %></td>
      <td><%=tax_rate.amount %></td>
      <td><%=tax_rate.calculator.to_s %></td>
      <td>
      	<%= link_to_edit tax_rate %> &nbsp;
      	<%= link_to_delete tax_rate %>
      </td>
    </tr>
    <% end %>
  </tbody>
</table>

Version data entries

37 entries across 37 versions & 7 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/app/views/admin/tax_rates/index.html.erb
apispree_core-0.0.0 app/views/admin/tax_rates/index.html.erb
My-Commerce_core-1.1.0 app/views/admin/tax_rates/index.html.erb
My-Commerce_core-1.0.0 app/views/admin/tax_rates/index.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/tax_rates/index.html.erb
MyCommerce-0.0.3 core/app/views/admin/tax_rates/index.html.erb
rfcommerce_core-0.0.3 app/views/admin/tax_rates/index.html.erb
spree_core-0.60.6 app/views/admin/tax_rates/index.html.erb
spree_core-0.60.5 app/views/admin/tax_rates/index.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/admin/tax_rates/index.html.erb
spree_core-0.30.2 app/views/admin/tax_rates/index.html.erb
spree_core-0.40.4 app/views/admin/tax_rates/index.html.erb
spree_core-0.50.4 app/views/admin/tax_rates/index.html.erb
spree_core-0.60.4 app/views/admin/tax_rates/index.html.erb
spree_core-0.50.3 app/views/admin/tax_rates/index.html.erb
spree_core-0.60.3 app/views/admin/tax_rates/index.html.erb
spree_core-0.60.2 app/views/admin/tax_rates/index.html.erb
spree_core-0.60.1 app/views/admin/tax_rates/index.html.erb
spree_core-0.60.0 app/views/admin/tax_rates/index.html.erb
spree_core-0.60.0.RC1 app/views/admin/tax_rates/index.html.erb