fix: wrong day of the week
Some checks failed
Checks / check (push) Failing after -6m21s
Build and Push Docker Image / Build and Push Image (push) Successful in -6m4s

This commit is contained in:
Vladimir Rubin 2024-12-22 22:53:56 +02:00
parent 223939da6f
commit c60a5e0f12
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -67,7 +67,7 @@
<% end %> <% end %>
<!-- Empty spaces for previous month --> <!-- Empty spaces for previous month -->
<%= for _ <- 1..(Date.day_of_week(@current_month) - 1) do %> <%= for _ <- 1..(Date.day_of_week(@current_month)) do %>
<div></div> <div></div>
<% end %> <% end %>