Sha256: b2d065282dbd5bf7ab48824627618b8e1ebbdeb47496a8c9afee5aa19fd8d9f4

Contents?: true

Size: 514 Bytes

Versions: 51

Compression:

Stored size: 514 Bytes

Contents

<%= image_tag contact.avatar.iiif_url, class: 'contact-photo' if contact.avatar && contact.avatar.iiif_url.present? %>
<div itemprop="name" class="name"><%= contact.name %></div>
<% Spotlight::Contact.fields.each do |field, options| %>
  <% if (value = contact.contact_info[field]).present? %>
    <div itemprop="<%= options[:itemprop] || field %>">
      <% if options[:helper] %>
        <%= send(options[:helper], value) %>
      <% else %>
        <%= value %>
      <% end %>
    </div>
  <% end %>
<% end %>

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.2 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-3.0.0.alpha.1 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.13.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.12.1 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.12.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.11.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.10.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.9.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.8.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.7.2 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.7.1 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.7.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.6.1.1 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.6.1 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.6.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.5.2 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.5.1 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.5.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.4.1 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-2.4.0 app/views/spotlight/about_pages/_contact_properties.html.erb