Sha256: 20ad90cff513cdfc7c5b456b30ecf51603c888942aaa78d4a98a4c823f17afe3

Contents?: true

Size: 651 Bytes

Versions: 57

Compression:

Stored size: 651 Bytes

Contents

<div class="d-flex w-100">
  <%= image_tag contact.avatar.iiif_url, class: 'contact-photo', alt: '' if contact.avatar && contact.avatar.iiif_url.present? %>
  <div class="contact-properties">
    <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 %>
  </div>
</div>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
blacklight-spotlight-4.3.6 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.3.5 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.3.4 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.3.3 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.3.2 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.3.1 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.3.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.2.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.1.2 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.1.1 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.1.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.0.3 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.0.2 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.0.1 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-4.0.0 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-3.6.0.beta10 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-3.6.0.beta9 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-3.6.0.beta8 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-3.5.0.4 app/views/spotlight/about_pages/_contact_properties.html.erb
blacklight-spotlight-3.6.0.beta7 app/views/spotlight/about_pages/_contact_properties.html.erb