Add convenience link to create a new experiment
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
else:
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="<?=(count($shares) > 0 || $project['public'] == 1) ? "4" : "3";?>"><?=_('No experiments available.');?></td>
|
||||
<td colspan="<?=(count($shares) > 0 || $project['public'] == 1) ? "4" : "3";?>"><?=_('No experiments available.');?> <?=anchor('experiments/create/'.$project['id'], _('Create one now.'));?></td>
|
||||
</tr>
|
||||
<?php
|
||||
endif;
|
||||
|
||||
Reference in New Issue
Block a user