Add convenience link to create a new experiment

This commit is contained in:
Karsten Heiken
2011-10-16 14:19:40 +02:00
parent 29d9cdc831
commit 271f6ba525

View File

@@ -125,7 +125,7 @@
else: else:
?> ?>
<tr> <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> </tr>
<?php <?php
endif; endif;