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

Version Path
has_vcards-1.1.2 app/views/has_vcards/vcards/_directory_lookup.html.haml
has_vcards-1.1.1 app/views/has_vcards/vcards/_directory_lookup.html.haml
has_vcards-1.1.0 app/views/has_vcards/vcards/_directory_lookup.html.haml
has_vcards-1.0.0 app/views/has_vcards/vcards/_directory_lookup.html.haml
has_vcards-1.0.0.rc0 app/views/has_vcards/vcards/_directory_lookup.html.haml
has_vcards-0.20.3 app/views/vcards/_directory_lookup.html.haml
has_vcards-0.20.2 app/views/vcards/_directory_lookup.html.haml
has_vcards-0.20.1 app/views/vcards/_directory_lookup.html.haml
has_vcards-0.20.0 app/views/vcards/_directory_lookup.html.haml
has_vcards-0.19.0 app/views/vcards/_directory_lookup.html.haml
has_vcards-0.18.0 app/views/vcards/_directory_lookup.html.haml