<% my $dir = stash('dir'); my $commit_author_email = $commit->{author_email}; my $commit_author_id = app->dbi->model('user')->select( 'id', where => {email => $commit_author_email} )->value; %>
% if (defined $commit_author_id) { "><%= $commit_author_id %> % } else { <%= $commit->{author_name} %> % } "> <%= $commit->{title} %>
Latest commit {id}") %>"> <%= substr($commit->{id}, 0, 7) %> <%= $commit->{age_string} %>