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

Version Path
shoppe-1.1.2 app/views/shoppe/tax_rates/index.html.haml
shoppe-1.1.1 app/views/shoppe/tax_rates/index.html.haml
shoppe-1.1.0 app/views/shoppe/tax_rates/index.html.haml
shoppe-1.0.9 app/views/shoppe/tax_rates/index.html.haml
shoppe-1.0.8 app/views/shoppe/tax_rates/index.html.haml
kylekthompson-shoppe-1.0.7 app/views/shoppe/tax_rates/index.html.haml
shoppe-1.0.7 app/views/shoppe/tax_rates/index.html.haml
shoppe-1.0.6 app/views/shoppe/tax_rates/index.html.haml
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/shoppe-1.0.5/app/views/shoppe/tax_rates/index.html.haml
shoppe-1.0.5 app/views/shoppe/tax_rates/index.html.haml
shoppe-1.0.3 app/views/shoppe/tax_rates/index.html.haml