Move templates to tmpl/
[plack-app-gruntmaster.git] / tmpl / log_entry.en
1 Compiler output:
2 <pre><tmpl_var errors></pre>
3
4 Results:
5 <table border class="table table-border table-striped">
6 <thead>
7 <tr><th>Test number<th>Result<th>Time
8 <tbody>
9 <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
10 </tmpl_loop>
11 </table>
This page took 0.021591 seconds and 5 git commands to generate.