Skip to content
Snippets Groups Projects
Commit c509703c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

oopsie

parent 2613fc0e
No related branches found
No related tags found
No related merge requests found
<div class="row">
<div class="col s12">
<div class="collection">
% for my $year (journeys->get_years(uid => current_user->{id})) {
<a class="collection-item" href="/history/<%= $year->[0] %>"><%= $year->[1] %>
% if (defined $year->[2]{km_route}) {
<span class="secondary-content"><%= sprintf('%.f', $year->[2]{km_route}) %> km</span>
% }
</a>
% }
</div>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment