Sha256: 3c04ae8c8a24df38efef485f7baa0b22fec92a429e7b40d53f70c34fd95694c3

Contents?: true

Size: 1.08 KB

Versions: 15

Compression:

Stored size: 1.08 KB

Contents

<h2><%= t(".file_details") %></h2>
<dl class="file-show-term file-show-details">
  <div class="row">
    <dt class="col-5"><%= t(".depositor") %></dt>
    <dd class="col-7" itemprop="accountablePerson" itemscope itemtype="http://schema.org/Person"><span itemprop="name"><%= link_to_profile @presenter.depositor %></span></dd>
  </div>
  <div class="row">
    <dt class="col-5"><%= t(".date_uploaded") %></dt>
    <dd class="col-7" itemprop="datePublished"><%= @presenter.date_uploaded %></dd>
  </div>
  <div class="row">
    <dt class="col-5"><%= t(".date_modified") %></dt>
    <dd class="col-7" itemprop="dateModified"><%= @presenter.date_modified %></dd>
  </div>
  <div class="row">
    <dt class="col-5"><%= t(".fixity_check") %></dt>
    <dd class="col-7"><%= @presenter.fixity_check_status %></dd>
  </div>
  <div class="row">
    <dt class="col-5"><%= t(".characterization") %></dt>
    <dd class="col-7">
      <% if @presenter.characterized? %>
        <%= render 'show_characterization_details' %>
      <% else %>
        <%= t(".not_yet_characterized") %>
      <% end %>
    </dd>
  </div>
</dl>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-5.0.4 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-5.0.3 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-5.0.2 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-5.0.1 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-5.0.0 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-4.0.0 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/file_sets/_show_details.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/file_sets/_show_details.html.erb