mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-07-03 16:31:52 +02:00
17 lines
520 B
Plaintext
17 lines
520 B
Plaintext
% # vim:set sts=4 sw=4 ts=4 ft=html.epl expandtab:
|
|
%= javascript 'js/raphael-min.js'
|
|
%= javascript 'js/morris-0.4.3.min.js'
|
|
%= javascript 'js/stats.js'
|
|
<h4><%= $total %><%=l 'pushed-images' %></h4>
|
|
<hr>
|
|
|
|
%= include 'data'
|
|
<h4>Uploaded files by days</h4>
|
|
<div id="evol-holder"></div>
|
|
<hr>
|
|
<h4>Evolution of total files</h4>
|
|
<div id="total-holder"></div>
|
|
<p><small><%=l 'graph-data-once-a-day' %></small></p>
|
|
|
|
<%= link_to url_for('index') => ( class => "btn btn-primary btn-lg" ) => begin %><%=l 'back-to-index' %><% end%>
|