Sha256: b25ea1178fe9d6aeff562ddb10653fadd4d40428fce08b29ca266d6a97d37223
Contents?: true
Size: 850 Bytes
Versions: 32
Compression:
Stored size: 850 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_objects = @presenter.repository_objects.to_json %> <div id="dashboard-repository-objects" aria-hidden="true" style="height: 200px"><script> //<![CDATA[ Hyrax.statistics.repositoryObjects = <%== repository_objects %> //]]> </script></div> <table aria-label="<%= t('.title') %>, <%= t('.subtitle') %>" class="table table-striped sr-only text-left"> <thead> <tr> <th><%= t('.status') %></th> <th></th> </tr> </thead> <tbody> <% JSON.parse(repository_objects).each do |row| %> <tr> <td><%= row["label"] %></td> <td><%= row["value"] %></td> </tr> <% end %> </tbody> </table> </div>
Version data entries
32 entries across 32 versions & 1 rubygems