Move display mangling to templates, add read API
[gruntmaster-page.git] / tmpl / log_entry.en
index 35725c7feb0f0c08b5eca57dfb019898f5557905..adf6bfde3df7f1e85d98fc314bd19b23f178e7c7 100644 (file)
@@ -9,7 +9,7 @@
 <thead>
 <tr><th>Test number<th>Result<th>Time
 <tbody>
-<tmpl_loop results><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><%perl __OUT__ sprintf "%.4fs", __CURRENT__->{time}; %>
 </tmpl_loop>
 </table>
 </tmpl_if>
\ No newline at end of file
This page took 0.009632 seconds and 4 git commands to generate.