Introduce Gruntmaster::Page::Generic
[gruntmaster-page.git] / tmpl / log_entry.en
index 45cd40555a230dcea4d9b879f78acf4ccee69c64..35725c7feb0f0c08b5eca57dfb019898f5557905 100644 (file)
@@ -1,11 +1,15 @@
-Compiler output:
+<tmpl_if errors>
+<h2>Compiler output</h2>
 <pre><tmpl_var errors></pre>
+</tmpl_if>
 
-Results:
+<tmpl_if results>
+<h2>Results</h2>
 <table border class="table table-border table-striped">
 <thead>
 <tr><th>Test number<th>Result<th>Time
 <tbody>
-<tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
+<tmpl_loop results><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
 </tmpl_loop>
 </table>
+</tmpl_if>
\ No newline at end of file
This page took 0.009721 seconds and 4 git commands to generate.