Sha256: bfb26b6226350494eeec171f8c2baccc187678ff5f8f29a2d7bf55e47d6e7531

Contents?: true

Size: 195 Bytes

Versions: 11

Compression:

Stored size: 195 Bytes

Contents

= content_tag link ? :a : :span, class: ('quick_edit' if add_quick_link), href: (link if link) do
  - if column_value.is_a?(String)
    = column_value
  - else
    = column_value[0..5].join(', ')

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bhf-0.10.12 app/views/bhf/table/column/_array.html.haml
bhf-0.10.11 app/views/bhf/table/column/_array.html.haml
bhf-0.10.10 app/views/bhf/table/column/_array.html.haml
bhf-0.10.9 app/views/bhf/table/column/_array.html.haml
bhf-0.9.9 app/views/bhf/table/column/_array.html.haml
bhf-0.9.8 app/views/bhf/table/column/_array.haml
bhf-0.9.7 app/views/bhf/table/column/_array.haml
bhf-0.9.6 app/views/bhf/table/column/_array.haml
bhf-0.9.5 app/views/bhf/table/column/_array.haml
bhf-0.9.4 app/views/bhf/table/column/_array.haml
bhf-0.9.3 app/views/bhf/table/column/_array.haml