Sha256: b2ded83b41a672dd43a74dcd5fd32fce99c6ce6d7c0e9a8fb33c354c16df35a8
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 Bytes
Contents
<h3> <span class="sr-only">Title</span> <%= link_to truncate(featured.title_or_label, length: 28, separator: ' '), 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), 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sufia-7.0.0.beta3 | app/views/sufia/homepage/_featured_fields.html.erb |