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