mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-03-28 17:42:54 +01:00
14 lines
504 B
Plaintext
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%>
|