Sha256: c034f360dc6ed7450dbba433c6c3e823176ce20baad4e5f2835fc8694e21db74
Contents?: true
Size: 664 Bytes
Versions: 6
Compression:
Stored size: 664 Bytes
Contents
- @page_title = t('tienda.tax_rates.tax_rates') .row .col-md-12 %h1.page-header = t('tienda.tax_rates.tax_rates') -# %small Lorem ipsum dolor / /. ROW .row .col-md-12 %p.pull-right = link_to t('tienda.tax_rates.new_tax_rate'), :new_tax_rate, class: 'btn btn-primary' .panel.panel-default .panel-heading Listing tax rates .panel-body %table.table.table-hover %thead %tr %th= t('tienda.tax_rates.name') %th= t('tienda.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
6 entries across 6 versions & 1 rubygems