swap buttons on log
[mindcoding-template-patches.git] / tmpl / log_entry.en
CommitLineData
e5a1e2af
S
1<div class="row clearfix">
2
3<div class="col-md-8 column">
65ac4e4b 4<div class="well">
65ac4e4b 5
ed28d071
S
6<h2>Compiler output:</h2>
7<pre><tmpl_var errors></pre>
8
9<table class="table">
65ac4e4b
MG
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>
e5a1e2af
S
18</div>
19</div>
20<div class="col-md-4 column">
c2783a9b 21<div id="sponsors"></div>
e5a1e2af 22</div>
8cd9e64f 23</div>
This page took 0.012962 seconds and 4 git commands to generate.