<%= link_to map_url(month_timespan(stat)), class: "underline hover:no-underline text-#{header_colors.sample}" do %> <%= "#{Date::MONTHNAMES[stat.month]} of #{stat.year}" %> <% end %>

<%= stat.distance %>km

<% if REVERSE_GEOCODING_ENABLED %>
<%= countries_and_cities_stat_for_month(stat) %>
<% end %> <% if stat.daily_distance %> <%= column_chart( stat.daily_distance, height: '100px', suffix: ' km', xtitle: 'Days', ytitle: 'Distance' ) %> <% end %>