Sha256: 24e368f97308c2660eb2d1aee5fd3d1a59cf80a99c46ddee5b984a865cbd3765

Contents?: true

Size: 396 Bytes

Versions: 32

Compression:

Stored size: 396 Bytes

Contents

- vcard = vcard if defined?(vcard)
- vcard ||= object.try(:vcard) if defined?(object)
- vcard ||= @vcard
- vcard ||= resource.try(:vcard) if defined?(resource)
= show_for vcard do |vcard|
  = vcard.attribute :extended_address
  = vcard.attribute :street_address
  = vcard.attribute :post_office_box
  = vcard.attribute :postal_code
  = vcard.attribute :locality
  = vcard.attribute :country_name

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
has_vcards-0.12.5 app/views/vcards/_show.html.haml
has_vcards-0.12.4 app/views/vcards/_show.html.haml
has_vcards-0.11.1 app/views/vcards/_show.html.haml
has_vcards-0.12.3 app/views/vcards/_show.html.haml
has_vcards-0.12.2 app/views/vcards/_show.html.haml
has_vcards-0.12.1 app/views/vcards/_show.html.haml
has_vcards-0.12.0 app/views/vcards/_show.html.haml
has_vcards-0.11.0 app/views/vcards/_show.html.haml
has_vcards-0.10.0 app/views/vcards/_show.html.haml
has_vcards-0.9.0 app/views/vcards/_show.html.haml
has_vcards-0.8.1 app/views/vcards/_show.html.haml
has_vcards-0.8.0 app/views/vcards/_show.html.haml