% for my $month (history_months()) { % my $link_to = $month->[0]; % my $text = $month->[1]; % my $class = $link_to eq $current ? 'active' : 'waves-effect';
  • <%= $text %>
  • % }