464d0d4b495ffe8a9a926bc09736fcbdf1fdf473
[MojoFacets.git] / templates / changes / index.html.ep
1 % layout 'default';
2 <h2><%= $message %></h2>
3
4 <ul>
5 % foreach my $change ( @$changes ) {
6 <li>
7 <%= $change->{t} %>
8 <a href="<%= url_for( controller => 'changes', action => 'view' )->query( uid => $change->{uid} ) %>"><%= $change->{action} %></a>
9 % }
10 </ul>
11
12 % my $more = ( $#$changes ) * 10;
13 Show <a href="<%= url_for( controller => 'changes', action => 'index' )->query( max => $more ) %>"><%= $more %> changes</a>