display all changes on disk
[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 <a href="<%= url_for( controller => $change->[1], action => $change->[2] ) %>">
8 <%= $change->[0] %> <%= $change->[2] %>
9 </a>
10 % }
11 </ul>