Sha256: daef0d0997de12f05e8673fd1698b17a84e21bd7692ae8ca6ac4e551d38b89af
Contents?: true
Size: 910 Bytes
Versions: 11
Compression:
Stored size: 910 Bytes
Contents
#directory_lookup.modal.hide = modal_header 'tel.search.ch' .modal-body %table.table %tr{:style => 'border-top: none'} %th{:style => 'border-top: none'}= [vcard.given_name, vcard.family_name].join(" ") %th{:style => 'border-top: none'}= vcard.street_address %th{:style => 'border-top: none'}= [vcard.postal_code, vcard.locality].join(" ") - @seen_matches = [] %tr %th{:colspan => 4}= t('directory_lookup.title') = render 'vcards/directory_matches', :vcard => vcard, :match_type => :great = render 'vcards/directory_matches', :vcard => vcard, :match_type => :family_name = render 'vcards/directory_matches', :vcard => vcard, :match_type => :address = render 'vcards/directory_matches', :vcard => vcard, :match_type => :locality .modal-footer = link_to t_action(:cancel), '#', :class => 'btn', 'data-dismiss' => 'modal'
Version data entries
11 entries across 11 versions & 1 rubygems