templates/reports/index.html.ep
author Vincent Tondellier <tonton+hg@team1664.org>
Wed, 30 Dec 2015 19:57:32 +0100
changeset 90 6f091abdf5fb
parent 85 dbbd323f86ae
permissions -rw-r--r--
Fix function shortening for complex cases, like: std::basic_ostream<A, B>& operator<< <A, B >(std::basic_ostream<A, B>&, T const&)

% title 'Latest crashs';
% layout 'main';
%= include('reports/_list', crashs => $crashs, extra_columns => $extra_columns, pager => $pager);