]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/Log/Entry.pm
Add nice tables to standings
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Log / Entry.pm
index af9e1db26ab5250277df264538dfbf96d172cc27..66dad191b21d052d6ee2967aa4cdc1f3753c7d86 100644 (file)
@@ -13,7 +13,7 @@ Compiler output:
 <pre><tmpl_var errors></pre>
 
 Results:
-<table border>
+<table border class="table table-border table-striped">
 <thead>
 <tr><th>Test number<th>Result<th>Time
 <tbody>
@@ -26,7 +26,7 @@ HTML
 sub _generate{
        my ($self, $htc, $lang, $env, $ct, $id) = @_;
        debug $env => "language is '$lang', contest is '$ct' and id is '$id'";
-       local $Gruntmaster::Data::contest = $ct;
+       local $Gruntmaster::Data::contest = $ct if $ct;
 
        my @tests = ();
 
This page took 0.023305 seconds and 4 git commands to generate.