diff options
Diffstat (limited to 'view/tpl/filestorage.tpl')
-rw-r--r-- | view/tpl/filestorage.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/filestorage.tpl b/view/tpl/filestorage.tpl index 995b52cc8..a3eab83d5 100644 --- a/view/tpl/filestorage.tpl +++ b/view/tpl/filestorage.tpl @@ -8,6 +8,7 @@ {{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}} | {{$item.size}} bytes |