% layout 'standard', title => 'Dashboard', sb_active => 'dashboard';
%= include 'dashboard/_blog_nav', page => 'history'
% if ( my $confirmation = flash 'confirmation' ) {
<%== $confirmation %>
% }
% if ( $c->stash->{success} ) {
<%= $c->stash->{success_message} %>
% }
% if ( $c->stash->{errors} ) {
There were errors with your request that could not be resolved:
% for my $error ( @{$c->stash->{errors}} ) {
- <%= $error %>
% }
% }
% if ( $history ) {
| When? |
What? |
Action |
% for my $change ( @{$history} ) {
| <%= $change->{dateref} %> |
<%= $change->{message} %> |
|
% }
% }