summaryrefslogtreecommitdiff
path: root/app/Template/project/activity.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-31 17:57:02 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-31 17:57:02 -0400
commit599b6624dde8cb1c1f6416ee0af530402089da4d (patch)
tree2cc995b09a4b2e67de276389fb28b0040d484296 /app/Template/project/activity.php
parent380aacd3f586089ae5c1e69841c0e0cb99478dcd (diff)
Improve project navigation
Diffstat (limited to 'app/Template/project/activity.php')
-rw-r--r--app/Template/project/activity.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/app/Template/project/activity.php b/app/Template/project/activity.php
deleted file mode 100644
index 1c5dcb75..00000000
--- a/app/Template/project/activity.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<section id="main">
- <div class="page-header">
- <ul>
- <li>
- <i class="fa fa-table fa-fw"></i>
- <?= $this->url->link(t('Back to the board'), 'board', 'show', array('project_id' => $project['id'])) ?>
- </li>
- <li>
- <i class="fa fa-calendar fa-fw"></i>
- <?= $this->url->link(t('Calendar'), 'calendar', 'show', array('project_id' => $project['id'])) ?>
- </li>
- <li>
- <i class="fa fa-search fa-fw"></i>
- <?= $this->url->link(t('Search'), 'project', 'search', array('project_id' => $project['id'])) ?>
- </li>
- <li>
- <i class="fa fa-check-square-o fa-fw"></i>
- <?= $this->url->link(t('Completed tasks'), 'project', 'tasks', array('project_id' => $project['id'])) ?>
- </li>
- <?php if ($project['is_public']): ?>
- <li><i class="fa fa-rss-square fa-fw"></i><?= $this->url->link(t('RSS feed'), 'project', 'feed', array('token' => $project['token']), false, '', '', true) ?></li>
- <?php endif ?>
- </ul>
- </div>
- <section>
- <?= $this->render('event/events', array('events' => $events)) ?>
- </section>
-</section> \ No newline at end of file