posts: remove tags from thumbnail alt text.

This commit is contained in:
evazion
2020-04-04 02:35:53 -05:00
parent dda47f15b0
commit 844e8703d8

View File

@@ -51,7 +51,7 @@ class PostPresenter
locals[:preview_url] = post.preview_file_url
locals[:alt_text] = post.tag_string
locals[:alt_text] = "post ##{post.id}"
locals[:has_cropped] = post.has_cropped?