2014-10-06 13:19:51 +02:00
|
|
|
% # vim:set sts=4 sw=4 ts=4 ft=html.epl expandtab:
|
|
|
|
<h4><%= $total %><%=l 'pushed-images' %></h4>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
%= include 'data'
|
2015-03-10 12:47:07 +01:00
|
|
|
<h4><%=l 'uploaded_files_by_days' %></h4>
|
2014-10-06 13:19:51 +02:00
|
|
|
<div id="evol-holder"></div>
|
|
|
|
<hr>
|
2015-03-10 12:47:07 +01:00
|
|
|
<h4><%=l 'evolution_total_files'%></h4>
|
2014-10-06 13:19:51 +02:00
|
|
|
<div id="total-holder"></div>
|
|
|
|
<p><small><%=l 'graph-data-once-a-day' %></small></p>
|
|
|
|
|
2015-03-10 12:47:07 +01:00
|
|
|
<%= link_to index_url => ( class => "btn btn-primary btn-lg" ) => begin %><%=l 'back-to-index' %><% end%>
|