# HG changeset patch # User Vincent Tondellier # Date 1407531764 -7200 # Node ID 373c7f784bc27538c28470b3904b09eee4d08411 # Parent 009bc678f0ef73174c82fa94a10d3537146eb8fc Set columns size diff -r 009bc678f0ef -r 373c7f784bc2 templates/report/backtrace/frames.html.ep --- a/templates/report/backtrace/frames.html.ep Fri Aug 08 00:05:39 2014 +0200 +++ b/templates/report/backtrace/frames.html.ep Fri Aug 08 23:02:44 2014 +0200 @@ -9,16 +9,16 @@ %= end % $thread->each_frame(sub { my $frame = shift; %= t tr => begin - %= t td => begin + %= t td => (class => 'col-md-1') => begin %= $frame->frame_number % end - %= t td => begin + %= t td => (class => 'col-md-2') => begin %= $frame->module_name % end - %= t td => begin + %= t td => (class => 'col-md-5') => begin %= $frame->function_name % end - %= t td => begin + %= t td => (class => 'col-md-4') => begin %= $frame->file_link % end % end