Sha256: db384a5c7e37181ac7d0e610f5e9bb206dcbd0996af4a1a48f1285c4e3a8d572

Contents?: true

Size: 269 Bytes

Versions: 5

Compression:

Stored size: 269 Bytes

Contents

= page_header

- res_collection = instance_variable_get("@#{collection}")

= list_table res_collection do |item, column|
  %td.list__cell
    - if item.send(column).is_a?(Time)
      = l item.send(column), format: '%d %b %Y, %H:%M'
    - else
      = item.send(column)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
redde-0.3.11 app/views/admin/base/index.html.haml
redde-0.3.10 app/views/admin/base/index.html.haml
redde-0.3.9 app/views/admin/base/index.html.haml
redde-0.3.8 app/views/admin/base/index.html.haml
redde-0.3.7 app/views/admin/base/index.html.haml