file->getPreviewType($file['name']) !== null): ?>
-
= $this->url->link(t('View file'), 'FileViewer', 'show', array('project_id' => $project['id'], 'file_id' => $file['id']), false, 'popover') ?>
-
= $this->url->link(t('Download'), 'FileViewer', 'download', array('project_id' => $project['id'], 'file_id' => $file['id'])) ?>
user->hasProjectAccess('ProjectFile', 'remove', $project['id'])): ?>
-
= $this->url->link(t('Remove'), 'ProjectFile', 'confirm', array('project_id' => $project['id'], 'file_id' => $file['id']), false, 'popover') ?>
|
= $this->text->e($file['user_name'] ?: $file['username']) ?>
|
= $this->dt->date($file['date']) ?>
|
= $this->text->bytes($file['size']) ?>
|