Sha256: 099567f34015436dce4df12fa02618e33b1c26c65d48109cd93d5fb1693ba90a

Contents?: true

Size: 236 Bytes

Versions: 5

Compression:

Stored size: 236 Bytes

Contents

<% record.contributor.each do |contributor| %>
  <span itemprop="contributor" itemscope itemtype="http://schema.org/Agent">
    <span itemprop="name"><%= link_to_field('contributor', contributor) %></span>
  </span>
  <br />
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sufia-4.2.0 app/views/records/show_fields/_contributor.html.erb
sufia-4.1.0 app/views/records/show_fields/_contributor.html.erb
sufia-4.0.1 app/views/records/show_fields/_contributor.html.erb
sufia-4.0.0 app/views/records/show_fields/_contributor.html.erb
sufia-4.0.0.rc2 app/views/records/show_fields/_contributor.html.erb