Sha256: f2559276d3251bcf3a91b2fca9d8bebd68fa643ea71c4c41ac0fc2eee0a1f052

Contents?: true

Size: 309 Bytes

Versions: 3

Compression:

Stored size: 309 Bytes

Contents

- # Locals: obj, query
- #
%table.user_preview
  %td= user_avatar(obj)
  %td
    %h4= link_to obj.title, obj
    - if obj.mobile.present?
      %p
        = t(:mobile) + ":"
        = obj.mobile
    - if obj.email.present?
      %p
        = t(:email) + ":"
        = link_to obj.email, "mailto:#{obj.email}"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/views/search/_preview_user.html.haml
your_platform-1.0.0 app/views/search/_preview_user.html.haml
your_platform-0.0.2 app/views/search/_preview_user.html.haml