More cleanups
[mindcoding-template-patches.git] / tmpl / log_entry.en
1 <div class="well">
2 <table class="table">
3
4 <thead>
5 <tr><th>Test number<th>Result<th>Time
6
7 <tbody>
8 <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
9 </tmpl_loop>
10
11 </table>
12 </div>
This page took 0.021793 seconds and 5 git commands to generate.