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

Version Path
shoppe-1.0.2 app/views/shoppe/tax_rates/index.html.haml
shoppe-1.0.1 app/views/shoppe/tax_rates/index.html.haml
shoppe-1.0.0 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.21 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.20 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.19 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.18 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.17 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.16 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.15 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.14 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.13 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.12 app/views/shoppe/tax_rates/index.html.haml
shoppe-0.0.11 app/views/shoppe/tax_rates/index.html.haml