% layout 'standard', title => 'Dashboard', sb_active => 'dashboard'; %= include 'dashboard/_blog_nav', page => 'history' % if ( my $confirmation = flash 'confirmation' ) { % } % if ( $c->stash->{success} ) { % } % if ( $c->stash->{errors} ) { % } % if ( $history ) { % for my $change ( @{$history} ) { % }
When? What? Action
<%= $change->{dateref} %> <%= $change->{message} %>
% }