Sha256: af4b10e5d4699423349e2d6ad638caaa93fd8dd31bfad4cfa1a3930c816f1d52

Contents?: true

Size: 235 Bytes

Versions: 2

Compression:

Stored size: 235 Bytes

Contents

.table-responsive
  %table.table.table-striped.table-condensed
    - rows.each_with_index do |row, i|
      - attribs = row.attributes
      - if i == 0
        %tr
          = th_attributes(attribs)
      %tr
        = td_model(row)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
model_mirror-0.1.0 app/views/model_mirror/mirror/_table.haml
model_mirror-0.0.1 app/views/model_mirror/mirror/_table.haml