]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/log_entry.en
update register
[mindcoding-template-patches.git] / tmpl / log_entry.en
index 8787011632a7302d48f2bae6850e87a7988cdf58..b79971511f15f13c56e02a651fa25822ebaacd5d 100644 (file)
@@ -1,11 +1,13 @@
-<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 class="col-md-12 column">
+       <div class="row clearfix">
+               <div class="jumbotron">
+                       <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>
\ No newline at end of file
This page took 0.024141 seconds and 4 git commands to generate.