lib/CrashTest/files/templates/groups/index.html.ep
changeset 116 39449f7dab99
parent 108 e4e5cfaf5814
--- a/lib/CrashTest/files/templates/groups/index.html.ep	Sat Oct 29 18:29:44 2016 +0200
+++ b/lib/CrashTest/files/templates/groups/index.html.ep	Sun Nov 20 20:57:40 2016 +0100
@@ -8,6 +8,7 @@
     <th>First version seen</th>
     <th>Last version seen</th>
     <th>Products</th>
+    <th>Bugs</th>
     % foreach my $extra_col(@$extra_columns) {
     %= t th => $extra_col->{name}
     % }
@@ -22,6 +23,7 @@
     %= t td => $crash->{first_version}
     %= t td => $crash->{last_version}
     %= t td => $crash->{product_names}
+    %= t td => bug_links($crash->{bug_links})
     % foreach my $extra_col(@$extra_columns) {
     %= t td => $crash->{$extra_col->{id}}
     % }