Sha256: 580803a50c9acd8ffed5b611f9cf6f5ab8defb1a1289a09bfa4f0d715e100137

Contents?: true

Size: 469 Bytes

Versions: 10

Compression:

Stored size: 469 Bytes

Contents

<h3>Work Statistics (<%= @presenter.date_filter_string %>)</h3>
<h4>Total Works: <%= @presenter.works_count[:total] %> </h4>
<h4>Totals by Visibility</h4>
<ul>
  <li>Open Access <span class="count">(<%= @presenter.works_count[:public] %>)</span></li>
  <li><%= t("hyrax.admin.stats.registered") %> <span class="count">(<%= @presenter.works_count[:registered] %>)</span></li>
  <li>Private <span class="count">(<%= @presenter.works_count[:private] %>)</span></li>
</ul>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/admin/stats/_works.html.erb
hyrax-1.1.0 app/views/hyrax/admin/stats/_works.html.erb
hyrax-1.0.5 app/views/hyrax/admin/stats/_works.html.erb
hyrax-1.0.4 app/views/hyrax/admin/stats/_works.html.erb
hyrax-1.0.3 app/views/hyrax/admin/stats/_works.html.erb
hyrax-1.0.2 app/views/hyrax/admin/stats/_works.html.erb
hyrax-1.0.1 app/views/hyrax/admin/stats/_works.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/admin/stats/_works.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/admin/stats/_works.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/admin/stats/_works.html.erb