Breadcrumbs in projects

This commit is contained in:
Eike Foken
2011-09-08 17:56:21 +02:00
parent 770abeee93
commit d40b2fb748

View File

@@ -4,7 +4,7 @@
<div class="title">
<h2>
<?=_('Project');?> &raquo;<?=$project['name'];?>&laquo;
<?=anchor('projects', _('Projects'));?> &raquo; <?=$project['name'];?>
<a class="share" href="<?=site_url('projects/share/' . $project['id']);?>"><?=_(sprintf('Shared with %s people', count($shares)));?></a>
</h2>