Sha256: 82a96a1c00716632c4d691a9903c8a2307804aa0584806dd4e4664d21a78ae5d

Contents?: true

Size: 891 Bytes

Versions: 21

Compression:

Stored size: 891 Bytes

Contents

<!-- Adapted from jquery-flot examples https://github.com/flot/flot/blob/master/examples/visitors/index.html -->
<%= javascript_tag do %>
  var hyrax_item_stats = <%= @stats.to_flot.to_json.html_safe %>;
<% end %>

<%= content_tag :h1, @file_set, class: "lower" %>

<div class="row">
  <div class="col-sm-12">
    <%= content_tag :h2, "File Analytics" %>
    <div class="alert alert-info">
      <i class="glyphicon glyphicon-signal large-icon"></i>
      <%= content_tag :strong, @stats.total_pageviews %> views and <%= content_tag :strong, @stats.total_downloads %> downloads since <%= @stats.created.strftime("%B %-d, %Y") %>
    </div>
    <div class="stats-container">
        <div id="usage-stats" class="stats-placeholder"></div>
    </div>
    <div class="stats-container" style="height:150px;">
        <div id="overview" class="stats-placeholder"></div>
    </div>
  </div>
</div>

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
hyrax-1.1.0 app/views/hyrax/stats/file.html.erb
hyrax-2.0.2 app/views/hyrax/stats/file.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/stats/file.html.erb
hyrax-2.0.1 app/views/hyrax/stats/file.html.erb
hyrax-2.0.0 app/views/hyrax/stats/file.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/stats/file.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/stats/file.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/stats/file.html.erb
hyrax-1.0.5 app/views/hyrax/stats/file.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/stats/file.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/stats/file.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/stats/file.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/stats/file.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/stats/file.html.erb
hyrax-1.0.4 app/views/hyrax/stats/file.html.erb
hyrax-1.0.3 app/views/hyrax/stats/file.html.erb
hyrax-1.0.2 app/views/hyrax/stats/file.html.erb
hyrax-1.0.1 app/views/hyrax/stats/file.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/stats/file.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/stats/file.html.erb