Files
grecia/app/components/admin/stats/chart_component.html.erb
Javi Martín 328413373e Use the same texts on event links and graphs
Note we're delegating the `t` method because i18n-tasks doesn't detect
code like `ApplicationController.helpers.t` and so reports we aren't
using the `admin.stats.graph` translations.
2024-05-09 14:28:32 +02:00

5 lines
91 B
Plaintext

<div id="graph" class="small-12 column">
<h2><%= title %></h2>
<%= chart_tag %>
</div>