Added search in activity stream

This commit is contained in:
Frederic Guillot
2016-04-10 15:18:20 -04:00
parent 2eadfb2291
commit 9f0166502b
54 changed files with 1066 additions and 110 deletions

View File

@@ -2,8 +2,8 @@
<div class="page-header">
<ul>
<li>
<i class="fa fa-folder fa-fw"></i>
<?= $this->url->link(t('All projects'), 'project', 'index') ?>
<i class="fa fa-search fa-fw"></i>
<?= $this->url->link(t('Activity stream search'), 'search', 'activity') ?>
</li>
</ul>
</div>