5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-08 00:05:45 +00:00
panel/app/views/stats/index.haml

13 lines
335 B
Plaintext
Raw Normal View History

2019-08-02 00:20:42 +00:00
.row
.col
%h1= t('.title')
%p.lead= t('.help')
2021-10-08 19:31:02 +00:00
.mb-3
- StatsController::INTERVALS.each do |interval|
= link_to t(".#{interval}"), site_stats_path(interval: interval), class: 'btn'
.mb-3
%h2= t('.host', count: @hostnames.size)
= line_chart site_stats_host_path(@chart_params), locale: 'es'