Sha256: bdc5a0de5738f7edb913941517e4592df0c9322f2195cf6567cb964fbd36096a

Contents?: true

Size: 739 Bytes

Versions: 6

Compression:

Stored size: 739 Bytes

Contents

<div class="row">
  <div class="col-xs-12 work-counts">
    <div class="work-count-border col-sm-2 col-sm-offset-3 pull-left text-center">
       <% @file_sizes_total_bytes = @file_sizes.inject(0, :+) %>
       <% @file_size_total = (@file_sizes_total_bytes / 1.0.megabyte).round(2) %>
      <h4 class="work-count-title"><%= @file_size_total %>MB</p>
      <p><%= t('.total_size') %></p>
    </div>
    <div class="work-count-border col-sm-2 pull-left text-center">
      <h4 class="work-count-title"></p>
      <p><%= t('.child_works') %></p>
    </div>
    <div class="work-count-border col-sm-2 pull-left text-center">
      <h4 class="work-count-title"><%= @files.count %></p>
      <p><%= t('.files') %></p>
    </div>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/admin/analytics/work_reports/_work_counts.html.erb
hyrax-3.5.0 app/views/hyrax/admin/analytics/work_reports/_work_counts.html.erb
hyrax-3.4.2 app/views/hyrax/admin/analytics/work_reports/_work_counts.html.erb
hyrax-3.4.1 app/views/hyrax/admin/analytics/work_reports/_work_counts.html.erb
hyrax-3.4.0 app/views/hyrax/admin/analytics/work_reports/_work_counts.html.erb
hyrax-3.3.0 app/views/hyrax/admin/analytics/work_reports/_work_counts.html.erb