From 472085301960d6829aa4c1d195cda4bc96fcac78 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 11 Jun 2022 19:33:02 -0300 Subject: [PATCH] =?UTF-8?q?al=20recargar=20la=20p=C3=A1gina=20volver=20al?= =?UTF-8?q?=20gr=C3=A1fico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/stats/index.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/stats/index.haml b/app/views/stats/index.haml index 058f17ef..49fbd023 100644 --- a/app/views/stats/index.haml +++ b/app/views/stats/index.haml @@ -22,10 +22,10 @@ %p.lead= t('.host.description') = line_chart site_stats_host_path(@chart_params), **@chart_options - .mb-5 + #custom-urls.mb-5 %h2= t('.urls.title') %p.lead= t('.urls.description') - %form + %form{ method: 'get', action: '#custom-urls' } %input{ type: 'hidden', name: 'interval', value: @interval } .form-group %label{ for: 'urls' }= t('.urls.label')