Sha256: 341b50bab9de8e31def9a4e73731bf56b744a04581dd8aa84a5c2041d1dd0191
Contents?: true
Size: 487 Bytes
Versions: 11
Compression:
Stored size: 487 Bytes
Contents
- @page_title = t('shoppe.tax_rates.tax_rates') = content_for :header do %p.buttons= link_to t('shoppe.tax_rates.new_tax_rate'), :new_tax_rate, :class => 'button green' %h2.tax_rates= t('shoppe.tax_rates.tax_rates') .table %table.data %thead %tr %th= t('shoppe.tax_rates.name') %th= t('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
11 entries across 11 versions & 3 rubygems