% while ($since < $now) { % my $link_to = $since->strftime('%Y/%m'); % my $class = $link_to eq $current ? 'active' : 'waves-effect';
  • <%= $since->strftime('%m.%Y') %>
  • % $since->add(months => 1)->set(day => 1, hour => 0, minute => 0, second => 0); % }