]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/log_entry.en
add standings link to pb list
[mindcoding-template-patches.git] / tmpl / log_entry.en
index fb660a7593aa3aff4d1581793b4d81908b0b928a..b8edcb39750130662df6fa73a9bae17fd7e04dc0 100644 (file)
@@ -1,11 +1,12 @@
-<div class="col-md-12 column">
-       <div class="row clearfix">
-               <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="well">
+<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>
\ No newline at end of file
This page took 0.022257 seconds and 4 git commands to generate.