swap buttons on log
[mindcoding-template-patches.git] / tmpl / log_entry.en
... / ...
CommitLineData
1<div class="row clearfix">
2
3<div class="col-md-8 column">
4<div class="well">
5
6<h2>Compiler output:</h2>
7<pre><tmpl_var errors></pre>
8
9<table class="table">
10<thead>
11<tr><th>Test number<th>Result<th>Time
12
13<tbody>
14<tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
15</tmpl_loop>
16
17</table>
18</div>
19</div>
20<div class="col-md-4 column">
21<div id="sponsors"></div>
22</div>
23</div>
This page took 0.008809 seconds and 4 git commands to generate.