mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
5 lines
169 B
Text
5 lines
169 B
Text
<% content_for :title, "Statistics for #{@year} year" %>
|
|
|
|
<div class="w-full my-5">
|
|
<%= render partial: 'stats/year', locals: { year: @year, stats: @stats } %>
|
|
</div>
|