Sha256: 362685149bdff8f6092208a49c89e5d520e5dc7bfc3530fd45f9e5bfc8a397da

Contents?: true

Size: 507 Bytes

Versions: 9

Compression:

Stored size: 507 Bytes

Contents

- @page_title = t('kkt_shoppe.tax_rates.tax_rates')

= content_for :header do
  %p.buttons= link_to t('kkt_shoppe.tax_rates.new_tax_rate'), :new_tax_rate, :class => 'button green'
  %h2.tax_rates= t('kkt_shoppe.tax_rates.tax_rates')

.table
  %table.data
    %thead
      %tr
        %th= t('kkt_shoppe.tax_rates.name')
        %th= t('kkt_shoppe.tax_rates.rate')
    %tbody
      - for tax_rate in @tax_rates
        %tr
          %td= link_to tax_rate.name, [:edit, tax_rate]
          %td= tax_rate.rate

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 app/views/kkt_shoppe/tax_rates/index.html.haml
kkt_shoppe-2.0.1 app/views/kkt_shoppe/tax_rates/index.html.haml
kkt_shoppe-2.0.0 app/views/kkt_shoppe/tax_rates/index.html.haml
kkt_shoppe-1.3.0 app/views/kkt_shoppe/tax_rates/index.html.haml
kkt_shoppe-1.2.1 app/views/kkt_shoppe/tax_rates/index.html.haml
kkt_shoppe-1.2.0 app/views/kkt_shoppe/tax_rates/index.html.haml
kkt_shoppe-1.1.2 app/views/kkt_shoppe/tax_rates/index.html.haml
kkt_shoppe-1.1.1 app/views/kkt_shoppe/tax_rates/index.html.haml
kkt_shoppe-1.1.0 app/views/kkt_shoppe/tax_rates/index.html.haml