Files
lutim/templates/stats.html.ep
T
Luc Didry 124ccd6ec2 Use Mojolicious::Plugin::AssetPack
Less requests, concatenated and minified css and js => faster !
2014-06-01 16:14:26 +02:00

14 lines
419 B
Plaintext

% # vim:set sts=4 sw=4 ts=4 ft=html.epl expandtab:
<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%>