Sha256: a261f7dffdfbb393df6bea8add655cc20488616e6ce7cac6f6b75e7ece7bb186

Contents?: true

Size: 1.09 KB

Versions: 27

Compression:

Stored size: 1.09 KB

Contents

- collapsed = session[:contact_show_extra].nil? # && contact.errors.empty?
= section_title :contact_show_extra, collapsed, t(:extra_info), t('show_extra_info_small')
.show_fields
  #contact_show_extra{ hidden_if(collapsed) }
    %table.asset_attributes
      %tr
        = col(t(:title), contact.title)
        = col(t(:department), contact.department)
      %tr
        = col(t(:alt_email), contact.alt_email, false, true)
        = col(t(:mobile), contact.mobile)
      %tr
        = col(t(:fax), contact.fax)
        = col(t(:do_not_call), contact.do_not_call == false ? "no" : "yes")
      %tr
        %th=t(:address) + ":"
        %td
          %div
            %strong= render "shared/address_show", :asset => contact, :type => 'business', :title => nil
      %tr
        %th= t(:web_presence)
        %td= web_presence_icons(contact)
        = col(t(:permissions), (contact.permissions.empty? ? t(:shared_with_everyone) : contact.permissions.join(", ")))
      - if Setting.background_info && Setting.background_info.include?(:contact)
        %tr
          = col(t(:background_info), contact.background_info)

Version data entries

27 entries across 27 versions & 2 rubygems

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