Sha256: 24298247d4c198764bac0561d7945233b7701dd540710188a699c5bf2b2baf5a

Contents?: true

Size: 411 Bytes

Versions: 27

Compression:

Stored size: 411 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

27 entries across 27 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.15.2 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.16.4 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.14.1 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.15.1 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.16.3 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.16.2 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.16.1 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.16.0 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.15.0 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.15.0.beta.2 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.15.0.beta app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.14.0 app/views/fields/_sidebar_show.html.haml
reduced_fat_crm-0.15.0.beta app/views/fields/_sidebar_show.html.haml
reduced_fat_crm-0.14.0 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.13.6 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.13.5 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.13.4 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.13.3 app/views/fields/_sidebar_show.html.haml
fat_free_crm-0.13.2 app/views/fields/_sidebar_show.html.haml