dawarich/app/views/stats/show.html.erb

4 lines
106 B
Text
Raw Normal View History

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