abbreviate month names
This commit is contained in:
parent
e21ec8d1c8
commit
cc75be0a69
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
<div class="is-flex is-flex-direction-row is-flex-wrap-wrap mb-3">
|
||||
<% @history.each do |month| %>
|
||||
<div class="mr-3">
|
||||
<div> <%= I18n.l(month[:month], format: "%B %Y").capitalize %></div>
|
||||
<div> <%= I18n.l(month[:month], format: "%b %y").capitalize %></div>
|
||||
<div class="is-flex is-flex-wrap-wrap">
|
||||
<% month[:weeks].each do |week| %>
|
||||
<div class="is-flex is-flex-direction-column is-flex-wrap-wrap mb-3">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue