Files
lutim/templates/stats.html.ep
2015-08-02 21:07:50 +02:00

14 lines
504 B
Plaintext

% # vim:set sts=4 sw=4 ts=4 ft=html.epl expandtab:
<h4><%= l('%1 sent images on this instance from beginning.', $total) %></h4>
<hr>
%= include 'data'
<h4><%= l('Uploaded files by days') %></h4>
<div id="evol-holder"></div>
<hr>
<h4><%= l('Evolution of total files') %></h4>
<div id="total-holder"></div>
<p><small><%= l('The graph\'s datas are not updated in real-time.') %></small></p>
<%= link_to url_for('/') => ( class => "btn btn-primary btn-lg" ) => begin %><%= l('Back to homepage') %><% end%>