aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/filestorage.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/filestorage.tpl')
-rw-r--r--view/tpl/filestorage.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/filestorage.tpl b/view/tpl/filestorage.tpl
index a3eab83d5..7decd5ea6 100644
--- a/view/tpl/filestorage.tpl
+++ b/view/tpl/filestorage.tpl
@@ -7,10 +7,10 @@
{{foreach $files as $key => $items}}
{{foreach $items as $item}}
<div class="files-list-item">
- <a href="attach/{{$item.download}}">{{$download}}</a> |
- <a href="{{$baseurl}}/{{$item.id}}/edit">{{$edit}} |
- <a href="{{$baseurl}}/{{$item.id}}/delete">{{$delete}}
- <a href="page/{{$channel}}/{{$item.title}}">{{$title}}</a> {{$item.title}} |
+ <a href="{{$baseurl}}/{{$item.id}}/edit">{{$edit}}</a> |
+ <a href="{{$baseurl}}/{{$item.id}}/delete">{{$delete}}</a> |
+ [attachment]{{$item.download}},{{$item.rev}}[/attachment] |
+ <a href="attach/{{$item.download}}">{{$item.title}}</a> |
{{$item.size}} bytes
</div>