diff --git a/app/Template/project_overview/activity.php b/app/Template/project_overview/activity.php
new file mode 100644
index 000000000..2eb7a1936
--- /dev/null
+++ b/app/Template/project_overview/activity.php
@@ -0,0 +1,8 @@
+
+
+ = $this->url->link(t('Upload a file'), 'ProjectFile', 'create', array('project_id' => $project['id']), false, 'popover') ?>
+
= t('There is no attachment at the moment.') ?>
- - - -| = t('Filename') ?> | -= t('Creator') ?> | -= t('Date') ?> | -= t('Size') ?> | -
|---|
|
-
-
- = $this->text->e($file['name']) ?>
-
-
|
- - = $this->text->e($file['user_name'] ?: $file['username']) ?> - | -- = $this->dt->date($file['date']) ?> - | -- = $this->text->bytes($file['size']) ?> - | += t('Filename') ?> | += t('Creator') ?> | += t('Date') ?> | += t('Size') ?> |
|---|