Sha256: 80e051436f14997e0c3a3c71a85a02c1d6ea0369fa7bcccf79c1c0dd85e2798f

Contents?: true

Size: 408 Bytes

Versions: 12

Compression:

Stored size: 408 Bytes

Contents

- asset.field_groups.each do |field_group|
  - fg = field_group.fields.without_pairs
  - if fg.select{|f| asset.send(f.name).present? }.any?
    %div
      - unless field_group.name == 'custom_fields'
        .caption #{field_group.label_i18n}
      - fg.each do |field|
        - if (value = field.render_value(asset)).present?
          == #{field.label}:<br /> <b>#{truncate(value, length: 35)}</b><br />

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fat_free_crm-0.22.0 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.21.0 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.20.1 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.20.0 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.19.2 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.19.0 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.18.2 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.17.3 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.18.1 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.18.0 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.17.2 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.17.1 app/views/fields/_sidebar_show.html.haml