Sha256: 86cbef8b893e4de2bc856c0d14c01410947cc334daa875c2ebbff3a2c4fc77e4

Contents?: true

Size: 374 Bytes

Versions: 7

Compression:

Stored size: 374 Bytes

Contents

%tr
  %td.name
    - if person.individual?
      = link_to "<i class='fa fa-user'></i> ".html_safe + person, polymorphic_path(person)
    - else
      = link_to "<i class='fa fa-briefcase'></i> ".html_safe + person, polymorphic_path(person)
    %br
    = person.email
  %td.tags
    = render :partial => 'shared/tags_uneditable', :locals => { :tag_list => person.tag_list }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/searches/_person.html.haml
artfully_ose-1.2.0.beta.1 app/views/searches/_person.html.haml
artfully_ose-1.2.0.alpha.2 app/views/searches/_person.html.haml
artfully_ose-1.2.0.alpha.1 app/views/searches/_person.html.haml
artfully_ose-1.2.0.pre.27 app/views/searches/_person.html.haml
artfully_ose-1.2.0.pre.26 app/views/searches/_person.html.haml
artfully_ose-1.2.0.pre.24 app/views/searches/_person.html.haml