Sha256: b839934f26c01d5c11991a819eacfeccd4eeeeb3a13f50ddf61a0e3e38e5330b

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

%table
  %tr
    %th= t_attr :street_address
    %td= @user.person.vcard.street_address
  %tr
    %th= t_attr :locality
    %td= @user.person.vcard.locality
  %tr
    %th= t_attr :postal_code
    %td= @user.person.vcard.postal_code
  %tr
    %th= t_attr :country_name
    %td= @user.person.vcard.country_name

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookyt-0.0.1 app/views/users/_show.html.haml