From cc75be0a6951cf30e721a8dc22ea471cb09ecac6 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Thu, 26 Feb 2026 11:04:01 +0100 Subject: [PATCH] abbreviate month names --- app/views/moods/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/moods/index.html.erb b/app/views/moods/index.html.erb index f45aa89..292e885 100644 --- a/app/views/moods/index.html.erb +++ b/app/views/moods/index.html.erb @@ -43,7 +43,7 @@
<% @history.each do |month| %>
-
<%= I18n.l(month[:month], format: "%B %Y").capitalize %>
+
<%= I18n.l(month[:month], format: "%b %y").capitalize %>
<% month[:weeks].each do |week| %>