1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lutim_ynh.git synced 2024-09-03 19:36:24 +02:00
lutim_ynh/sources/lutim-master/templates/stats.html.ep
Maniack Crudelis f49b7a58a6 mise à jour
2015-03-10 12:47:07 +01:00

13 lines
428 B
Text

% # vim:set sts=4 sw=4 ts=4 ft=html.epl expandtab:
<h4><%= $total %><%=l 'pushed-images' %></h4>
<hr>
%= include 'data'
<h4><%=l 'uploaded_files_by_days' %></h4>
<div id="evol-holder"></div>
<hr>
<h4><%=l 'evolution_total_files'%></h4>
<div id="total-holder"></div>
<p><small><%=l 'graph-data-once-a-day' %></small></p>
<%= link_to index_url => ( class => "btn btn-primary btn-lg" ) => begin %><%=l 'back-to-index' %><% end%>