Sha256: e8336738725fc60e842677a244637dc11e61cdf4ea3e63d1a4771afe3888b542

Contents?: true

Size: 876 Bytes

Versions: 2

Compression:

Stored size: 876 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 'directory_matches', :vcard => vcard, :match_type => :great
      = render 'directory_matches', :vcard => vcard, :match_type => :family_name
      = render 'directory_matches', :vcard => vcard, :match_type => :address
      = render 'directory_matches', :vcard => vcard, :match_type => :locality

  .modal-footer
    = link_to 'Abbrechen', '#', :class => 'btn', 'data-dismiss' => 'modal'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
has_vcards-0.17.1 app/views/vcards/_directory_lookup.html.haml
has_vcards-0.17.0 app/views/vcards/_directory_lookup.html.haml