--- 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