Sha256: 93b7a19bf4508ddc194777d280f18c5ed435333c781b29bdfc62d6831118b748

Contents?: true

Size: 675 Bytes

Versions: 77

Compression:

Stored size: 675 Bytes

Contents

<h3><%= t('hyrax.admin.stats.works.headers.main') %> (<%= @presenter.date_filter_string %>)</h3>
<h4><%= t('hyrax.admin.stats.works.headers.total') %> <%= @presenter.works_count[:total] %> </h4>
<h4><%= t('hyrax.admin.stats.works.headers.visibility') %></h4>
<ul>
  <li><%= t('hyrax.visibility.open.text') %> <span class="count">(<%= @presenter.works_count[:public] %>)</span></li>
  <li><%= t('hyrax.visibility.authenticated.text', institution: institution_name) %> <span class="count">(<%= @presenter.works_count[:registered] %>)</span></li>
  <li><%= t('hyrax.visibility.restricted.text') %> <span class="count">(<%= @presenter.works_count[:private] %>)</span></li>
</ul>

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/admin/stats/_works.html.erb
hyrax-5.0.4 app/views/hyrax/admin/stats/_works.html.erb
hyrax-5.0.3 app/views/hyrax/admin/stats/_works.html.erb
hyrax-5.0.2 app/views/hyrax/admin/stats/_works.html.erb
hyrax-5.0.1 app/views/hyrax/admin/stats/_works.html.erb
hyrax-5.0.0 app/views/hyrax/admin/stats/_works.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/admin/stats/_works.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/admin/stats/_works.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/admin/stats/_works.html.erb
hyrax-3.6.0 app/views/hyrax/admin/stats/_works.html.erb
hyrax-4.0.0 app/views/hyrax/admin/stats/_works.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/admin/stats/_works.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/admin/stats/_works.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/admin/stats/_works.html.erb
hyrax-3.5.0 app/views/hyrax/admin/stats/_works.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/admin/stats/_works.html.erb
hyrax-3.4.2 app/views/hyrax/admin/stats/_works.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/admin/stats/_works.html.erb
hyrax-3.4.1 app/views/hyrax/admin/stats/_works.html.erb
hyrax-3.4.0 app/views/hyrax/admin/stats/_works.html.erb