Sha256: 4a553234b4a5d54402da35244c0a3daa24c8489cd33072d25aacac6a2e10e1a9

Contents?: true

Size: 198 Bytes

Versions: 12

Compression:

Stored size: 198 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
    = l(column_value, format: :short) 

Version data entries

12 entries across 12 versions & 1 rubygems

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