5adf0759e2994b57a8c2f0d93d10dc4c523962c3
[mindcoding-template-patches.git] / tmpl / log_entry.en
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 <a class="thumbnail" href="https://www.facebook.com/YardiRomania"><img id="yardi" src="/img/yardi-blue.png"></a>
22 </div>
23 </div>
This page took 0.023643 seconds and 3 git commands to generate.