add compiler message
[mindcoding-template-patches.git] / tmpl / log_entry.en
1 <div class="well">
2
3 <h2>Compiler output:</h2>
4 <pre><tmpl_var errors></pre>
5
6 <table class="table">
7 <thead>
8 <tr><th>Test number<th>Result<th>Time
9
10 <tbody>
11 <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
12 </tmpl_loop>
13
14 </table>
15 </div>
This page took 0.022634 seconds and 5 git commands to generate.