fix: wrong day of the week
This commit is contained in:
parent
223939da6f
commit
c60a5e0f12
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue