Sha256: 317a488235b17ddf8200e699f094a4bd445177a45606005dd7b019440505564b
Contents?: true
Size: 377 Bytes
Versions: 14
Compression:
Stored size: 377 Bytes
Contents
- @page_title = "Tax Rates" = content_for :header do %p.buttons=link_to "New tax rate", :new_tax_rate, :class => 'button green' %h2.tax_rates Tax Rates .table %table.data %thead %tr %th Name %th 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
14 entries across 14 versions & 1 rubygems