dawarich/app/views/stats/show.html.erb
2024-03-24 19:46:55 +01:00

3 lines
106 B
Text

<div class="w-full">
<%= render partial: 'stats/year', locals: { year: @year, stats: @stats } %>
</div>