From fd2e2509d0e5f681c8866cf1c4eecdd51aac2275 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 9 Oct 2021 17:29:09 -0300 Subject: [PATCH] sin comillas --- app/views/stats/index.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/stats/index.haml b/app/views/stats/index.haml index e4ef5f61..4119f8ae 100644 --- a/app/views/stats/index.haml +++ b/app/views/stats/index.haml @@ -6,7 +6,7 @@ %small = t('.last_update') %time{ datetime: @last_stat.created_at } - "#{time_ago_in_words @last_stat.created_at}." + #{time_ago_in_words @last_stat.created_at}. .mb-5 - Stat::INTERVALS.each do |interval|