Sha256: 88b9b129bbfc8ff30fc7c0653772fc5626faf2f108b62416855ddabfa90f1dcb

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

= display_standard_flashes
%table#table.datatable
  %thead
    %tr
      %th
        = I18n.t('reference').capitalize
      %th
        = I18n.t('name').capitalize
      %th
        = I18n.t('description').capitalize
      %th
        = I18n.t('price', :count => 1).capitalize
      %th
        = I18n.t('stock', :count=>1).capitalize
      %th
        = I18n.t('active').capitalize
        ?
  %tbody

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forgeos_commerce-1.9.1.rc1 app/views/admin/products/_list.html.haml
forgeos_commerce-1.9.0 app/views/admin/products/_list.html.haml