More cleanups
[mindcoding-template-patches.git] / tmpl / log_entry.en
index 70d6ba86f0c251289550e0a8201e43313189cca2..b8edcb39750130662df6fa73a9bae17fd7e04dc0 100644 (file)
@@ -1,13 +1,12 @@
-<div class="col-md-12 column">
-       <div class="row clearfix">
-               <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>
-       </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.010238 seconds and 4 git commands to generate.