From 5e5af86638d301658d3910b94c68e8a35f676c00 Mon Sep 17 00:00:00 2001 From: BlueTeck Date: Sat, 7 Mar 2015 11:31:53 +0100 Subject: add image thumbnail to task detail view, add icons to common file extensions, better layout in task attachments --- app/Template/file/show.php | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'app/Template/file/show.php') diff --git a/app/Template/file/show.php b/app/Template/file/show.php index 2af5a7aa..0f5bd4ee 100644 --- a/app/Template/file/show.php +++ b/app/Template/file/show.php @@ -12,7 +12,7 @@
  • - <?= $this->e($file['name']) ?> + <?= $this->e($file['name']) ?>

    e($file['name']) ?> @@ -31,17 +31,20 @@

    - - + + + + + + +
    + e($file['name']) ?> + + + a(t('remove'), 'file', 'confirm', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?> + a(t('download'), 'file', 'download', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?> + +
    -- cgit v1.2.3