lib/mutx/view/tasks/message.mote in mutx-0.1.20 vs lib/mutx/view/tasks/message.mote in mutx-0.1.21
- old
+ new
@@ -1,8 +1,8 @@
<?
- title = "<p>Oops!</p><p> What are you looking for?</p>"
- alert = "danger"
+ title = "<p>Click on result or return to tasks</p>"
+ alert = "info"
buttons = "<a href='/tasks' class='btn btn-info' >Go to Tasks</a>"
result_id = args[:result_id]
result = Mutx::Results::Result.get(result_id)
@@ -24,13 +24,14 @@
?>
<div class="alert alert-{{alert}}" role="alert">
<H3>
- <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> {{title}}
+ <!--<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>--> {{title}}
</H3>
<p> </p>
<p> </p>
<p>
{{buttons}}
+ <a onclick="window.open('/results/{{result_id}}/log', '_blank', 'toolbar=no, scrollbars=yes, resizable=yes, top=300, left=300, width=800, height=600');" class='btn btn-primary'>Go to Result</a>
</p>
</div>
\ No newline at end of file