swap buttons on log
[mindcoding-template-patches.git] / tmpl / log_entry.en
index b8edcb39750130662df6fa73a9bae17fd7e04dc0..221319234e92eb0d498902fa34cf64d91ec3178f 100644 (file)
@@ -1,6 +1,12 @@
+<div class="row clearfix">
+
+<div class="col-md-8 column">
 <div class="well">
-<table class="table">
 
+<h2>Compiler output:</h2>
+<pre><tmpl_var errors></pre>
+
+<table class="table">
 <thead>
 <tr><th>Test number<th>Result<th>Time
 
@@ -9,4 +15,9 @@
 </tmpl_loop>
 
 </table>
+</div>
+</div>
+<div class="col-md-4 column">
+<div id="sponsors"></div>
+</div>
 </div>
\ No newline at end of file
This page took 0.010021 seconds and 4 git commands to generate.