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