Sha256: c28d5ac29c806ddf90d16559e212ac394baf0c8509628cf539f2cdc1ed39d91d

Contents?: true

Size: 555 Bytes

Versions: 40

Compression:

Stored size: 555 Bytes

Contents

- address_attr = "#{type}_address"
- address = get_address(asset, address_attr)
- title ||= nil

- unless address.blank?
  - if Setting.compound_address
    %div
      - if title
        %b #{t title}
        %br
      = h address.street1
      - unless address.street2.blank?
        %br
        = h address.street2
      %br
      = h "#{address.city}, #{address.state} #{address.zipcode}"
      - unless address.country.blank?
        %br
        = h address.country
  - else
    %div
      %b #{t title}
      %br
      = h(address.full_address).n2br

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
fat_free_crm-0.22.1 app/views/shared/_address_show.html.haml
fat_free_crm-0.22.0 app/views/shared/_address_show.html.haml
fat_free_crm-0.21.0 app/views/shared/_address_show.html.haml
fat_free_crm-0.20.1 app/views/shared/_address_show.html.haml
fat_free_crm-0.20.0 app/views/shared/_address_show.html.haml
fat_free_crm-0.19.2 app/views/shared/_address_show.html.haml
fat_free_crm-0.19.0 app/views/shared/_address_show.html.haml
fat_free_crm-0.18.2 app/views/shared/_address_show.html.haml
fat_free_crm-0.14.2 app/views/shared/_address_show.html.haml
fat_free_crm-0.15.2 app/views/shared/_address_show.html.haml
fat_free_crm-0.16.4 app/views/shared/_address_show.html.haml
fat_free_crm-0.17.3 app/views/shared/_address_show.html.haml
fat_free_crm-0.18.1 app/views/shared/_address_show.html.haml
fat_free_crm-0.18.0 app/views/shared/_address_show.html.haml
fat_free_crm-0.14.1 app/views/shared/_address_show.html.haml
fat_free_crm-0.15.1 app/views/shared/_address_show.html.haml
fat_free_crm-0.16.3 app/views/shared/_address_show.html.haml
fat_free_crm-0.17.2 app/views/shared/_address_show.html.haml
fat_free_crm-0.16.2 app/views/shared/_address_show.html.haml
fat_free_crm-0.17.1 app/views/shared/_address_show.html.haml