mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
5 lines
237 B
Text
5 lines
237 B
Text
<% content_for :title, "#{Date::MONTHNAMES[@month]} #{@year} Monthly Digest" %>
|
|
|
|
<div class="w-full my-5">
|
|
<%= render partial: 'stats/month', locals: { year: @year, month: @month, stat: @stat, previous_stat: @previous_stat } %>
|
|
</div>
|