Skip to content

Commit

Permalink
Merge branch 'master' of github.com:danielquinn/paperless
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Mar 5, 2017
2 parents 351cd06 + 8b37160 commit 237efbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documents/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def thumbnail(self, obj):
"img",
src="/fetch/thumb/{}".format(obj.id),
width=180,
alt="thumbnail",
alt="Thumbnail of {}".format(obj.file_name),
title=obj.file_name
)
return self._html_tag("a", png_img, href=obj.download_url)
Expand Down

0 comments on commit 237efbc

Please sign in to comment.