Sha256: 4fae8eb3b3d2185e410c1486959920296dab4b34fc14c14da9c2ec10de78350f

Contents?: true

Size: 1.05 KB

Versions: 29

Compression:

Stored size: 1.05 KB

Contents

<div class="list-group-item">
  <span class="glyphicon glyphicon-time"></span> Joined on <%= user.created_at.to_date.strftime("%b %d, %Y") %>
</div>

<div class="list-group-item">
  <span class="badge"><%= number_of_collections(user) %></span>
  <span class="glyphicon glyphicon-folder-open"></span> <%= link_to_field('depositor', user.to_s, t("hyrax.dashboard.stats.collections"), generic_type: "Collection") %>
</div>

<div class="list-group-item">
  <span class="badge"><%= number_of_works(user) %></span>
  <span class="glyphicon glyphicon-upload"></span> <%= link_to_field('depositor', user.to_s, t("hyrax.dashboard.stats.works"), generic_type: "Work") %>

  <ul class="views-downloads-dashboard list-unstyled">
      <li><span class="badge badge-optional"><%= user.total_file_views %></span> <%= t("hyrax.dashboard.stats.file_views").pluralize(user.total_file_views) %></li>
      <li><span class="badge badge-optional"><%= user.total_file_downloads %></span> <%= t("hyrax.dashboard.stats.file_downloads").pluralize(user.total_file_downloads) %></li>
  </ul>
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/users/_vitals.html.erb
hyrax-2.0.3 app/views/hyrax/users/_vitals.html.erb
hyrax-2.2.0 app/views/hyrax/users/_vitals.html.erb
hyrax-2.1.0 app/views/hyrax/users/_vitals.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/users/_vitals.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/users/_vitals.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/users/_vitals.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/users/_vitals.html.erb
hyrax-1.1.0 app/views/hyrax/users/_vitals.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/users/_vitals.html.erb
hyrax-2.0.2 app/views/hyrax/users/_vitals.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/users/_vitals.html.erb
hyrax-2.0.1 app/views/hyrax/users/_vitals.html.erb
hyrax-2.0.0 app/views/hyrax/users/_vitals.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/users/_vitals.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/users/_vitals.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/users/_vitals.html.erb
hyrax-1.0.5 app/views/hyrax/users/_vitals.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/users/_vitals.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/users/_vitals.html.erb