swap buttons on log
[mindcoding-template-patches.git] / tmpl / log_entry.en
index 8787011632a7302d48f2bae6850e87a7988cdf58..221319234e92eb0d498902fa34cf64d91ec3178f 100644 (file)
@@ -1,11 +1,23 @@
 <div class="row clearfix">
-       <div class="col-md-12 column">
-               <table class="table">
-               <thead>
-               <tr><th>Test number<th>Result<th>Time
-               <tbody>
-               <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
-               </tmpl_loop>
-       </table>
-       </div>
+
+<div class="col-md-8 column">
+<div class="well">
+
+<h2>Compiler output:</h2>
+<pre><tmpl_var errors></pre>
+
+<table class="table">
+<thead>
+<tr><th>Test number<th>Result<th>Time
+
+<tbody>
+<tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
+</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.010011 seconds and 4 git commands to generate.