Add convenience link to project detail page
This commit is contained in:
@@ -100,6 +100,10 @@
|
|||||||
if ($experiment['finished_at'] != 0):
|
if ($experiment['finished_at'] != 0):
|
||||||
?>
|
?>
|
||||||
<a href="<?=site_url('results/experiment/' . $experiment['id']);?>" title="<?=sprintf(_('Show results for this experiment'), $experiment['name']);?>"><?=_('Show results');?></a> |
|
<a href="<?=site_url('results/experiment/' . $experiment['id']);?>" title="<?=sprintf(_('Show results for this experiment'), $experiment['name']);?>"><?=_('Show results');?></a> |
|
||||||
|
<?php
|
||||||
|
else:
|
||||||
|
?>
|
||||||
|
<a href="<?=site_url('jobs/start/' . $experiment['id']);?>" title="<?=_('Run the simulation for this experiment');?>"><?=_('Start job');?></a> |
|
||||||
<?php
|
<?php
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user