Sha256: f63c0357d006df198f91dc6213f45d7a93c924a9a76b3fc6a59b8d2f28242400

Contents?: true

Size: 704 Bytes

Versions: 6

Compression:

Stored size: 704 Bytes

Contents

      <h3>
        <%= link_to truncate(featured.title_or_label, length: 28, separator: ' '),
          sufia.generic_file_path(featured), title: featured.title_or_label  %>
      </h3>
      <div> 
        <%= link_to_profile featured.depositor("no depositor value") %>
      </div>
      <div> 
        <%= link_to truncate(featured.label, length: 25),
            sufia.generic_file_path(featured), title: featured.label %>
      </div>
      <div> 
        <%= link_to_facet_list(featured.resource_type, 'desc_metadata__resource_type', 'no resource specified') %>
      </div>
      <div> 
        <%= link_to_facet_list(featured.tags, 'desc_metadata__tag', 'no keywords specified') %>
      </div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sufia-4.0.0.rc2 app/views/homepage/_featured_fields.html.erb
sufia-4.0.0.rc1 app/views/homepage/_featured_fields.html.erb
sufia-4.0.0.beta4 app/views/homepage/_featured_fields.html.erb
sufia-4.0.0.beta3 app/views/homepage/_featured_fields.html.erb
sufia-4.0.0.beta2 app/views/homepage/_featured_fields.html.erb
sufia-4.0.0.beta1 app/views/homepage/_featured_fields.html.erb