lib/mutx/view/results/results.mote in mutx-0.1.26 vs lib/mutx/view/results/results.mote in mutx-0.1.27
- old
+ new
@@ -61,27 +61,31 @@
% end
</div>
</div>
</div>
% else
+<!--
<br>
<br>
<div id='well'>
<h4>No results found for execution: '{{task[:name]}}', go ahead and run it</h4>
</div>
<br>
<br>
+-->
% end
% end
% end
% if tasks_list["tasks"].empty?
+<!--
<br>
<br>
<div id='well'>
<h3>No results found, go ahead create and run a task</h3>
</div>
<br>
<br>
+-->
% end
<style>
#well {
aling: right;
\ No newline at end of file