Sha256: 68b3d7cd1714dfdff2ebbadc63fd8f2adff0902a528777f792e6f83d5415baa1
Contents?: true
Size: 815 Bytes
Versions: 3
Compression:
Stored size: 815 Bytes
Contents
<!-- Adapted from jquery-flot examples https://github.com/flot/flot/blob/master/examples/visitors/index.html --> <%= javascript_tag do %> var stats = <%= @stats.to_flot.to_json.html_safe %>; <% end %> <%= content_tag :h1, @generic_work, class: "lower" %> <div class="row"> <div class="col-sm-12"> <%= content_tag :h2, "Work Analytics" %> <div class="alert alert-info"> <i class="glyphicon glyphicon-signal large-icon"></i> <%= content_tag :strong, @stats.total_pageviews %> views 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sufia-7.0.0.beta4 | app/views/stats/work.html.erb |
sufia-7.0.0.beta3 | app/views/stats/work.html.erb |
sufia-7.0.0.beta2 | app/views/stats/work.html.erb |