Sha256: a65b5c1d22c7e87d4408c848cdbda2893a5ea2d4ee41ccca907f5b0d6a3cbcae

Contents?: true

Size: 918 Bytes

Versions: 32

Compression:

Stored size: 918 Bytes

Contents

<div class="panel-heading">
  <h3 class="panel-title"><%= t('.title') %></h3>
  <div><%= t('.subtitle') %></div>
</div>
<div class="panel-body text-center">
  <% repository_growth = @presenter.repository_growth.to_json %>
  <div id="dashboard-growth" aria-hidden="true" style="height: 200px"><script>
//<![CDATA[
Hyrax.statistics.repositoryGrowth = <%== repository_growth %>
//]]>
</script></div>
  <table aria-label="<%= t('.title') %>, <%= t('.subtitle') %>" class="table table-striped sr-only text-left">
    <thead>
      <tr>
        <th><%= t('.date') %></th>
        <th><%= t('.objects') %></th>
        <th><%= t('.collections') %></th>
      </tr>
    </thead>
    <tbody>
      <% JSON.parse(repository_growth).each do |row| %>
        <tr>
          <td><%= row["y"] %></td>
          <td><%= row["a"] %></td>
          <td><%= row["b"] %></td>
        </tr>
      <% end %>
    </tbody>
  </table>
</div>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
hyrax-3.2.0 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.9.6 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-3.1.0 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-3.0.2 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-3.0.1 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-3.0.0 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.8.0 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.7.2 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.7.1 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.7.0 app/views/hyrax/dashboard/_repository_growth.html.erb
hyrax-2.6.0 app/views/hyrax/dashboard/_repository_growth.html.erb