Sha256: ee3351879a61653aa23982214c661e8251e9832b2cdda0508fd488baf50ad0ca

Contents?: true

Size: 384 Bytes

Versions: 5

Compression:

Stored size: 384 Bytes

Contents

.table-responsive
  %table.table.table-striped
    %thead
      %tr
        - definitions.each do |column|
          %th{class: th_class(column)}
            = column.title
    %tbody
      - items.each do |item|
        %tr{class: tr_class(row_class, item)}
          - definitions.each do |column|
            %td{class: td_class(column)}<
              = column.value(item, self)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
coalla-cms-0.4.2.0 app/views/admin/common/_table_template.html.haml
coalla-cms-0.5.2.4 app/views/admin/common/_table_template.html.haml
coalla-cms-0.4.4.3 app/views/admin/common/_table_template.html.haml
coalla-cms-0.5.1.9 app/views/admin/common/_table_template.html.haml
coalla-cms-0.5.1.8 app/views/admin/common/_table_template.html.haml