diff -r 873ceb7769a8 -r 2ff78fe4abda templates/report/backtrace/frames.html.ep --- a/templates/report/backtrace/frames.html.ep Wed May 02 21:43:53 2012 +0200 +++ b/templates/report/backtrace/frames.html.ep Wed May 02 21:46:30 2012 +0200 @@ -3,7 +3,7 @@ Frame Module - Signature + Signature Source @@ -11,8 +11,8 @@ %= t td => $frame->{frame} %= t td => $frame->{module} - %= t td => $frame->{function} - %= t td => (File::Spec->splitpath($frame->{file}))[-1] + <%= shorten_signature $frame->{function} =%> + <%= scm_file_link($frame->{file}, $frame->{line}) =%> % } % end