Sha256: 6bbe9b46e8e4e1a61656eadebe68e4712ced2c07e8cb332a0df3240ecac618f7

Contents?: true

Size: 755 Bytes

Versions: 2

Compression:

Stored size: 755 Bytes

Contents

<h3>
  <span class="sr-only">Title</span>
  <%= link_to truncate(featured.title_or_label, length: 28, separator: ' '), curation_concerns_generic_work_path(featured)  %>
</h3>
<div>
  <span class="sr-only">Depositor</span>
  <%= link_to_profile featured.depositor("no depositor value") %>
</div>
<div>
  <span class="sr-only">Filename</span>
  <%= link_to truncate(featured.label, length: 25), curation_concerns_generic_work_path(featured), title: featured.label %>
</div>
<div>
  <span class="sr-only">File type</span>
  <%= link_to_facet_list(featured.resource_type, 'resource_type', 'no resource specified') %>
</div>
<div>
  <span class="sr-only">Keywords</span>
  <%= link_to_facet_list(featured.keyword, 'keyword', 'no keywords specified') %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sufia-7.0.0.beta2 app/views/sufia/homepage/_featured_fields.html.erb
sufia-7.0.0.beta1 app/views/sufia/homepage/_featured_fields.html.erb