mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Merge branch 'master' of github.com:danielquinn/paperless
This commit is contained in:
commit
237efbcaa0
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class DocumentAdmin(CommonAdmin):
|
||||||
"img",
|
"img",
|
||||||
src="/fetch/thumb/{}".format(obj.id),
|
src="/fetch/thumb/{}".format(obj.id),
|
||||||
width=180,
|
width=180,
|
||||||
alt="thumbnail",
|
alt="Thumbnail of {}".format(obj.file_name),
|
||||||
title=obj.file_name
|
title=obj.file_name
|
||||||
)
|
)
|
||||||
return self._html_tag("a", png_img, href=obj.download_url)
|
return self._html_tag("a", png_img, href=obj.download_url)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue