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| %>