问题跟踪图片压缩不清晰
This commit is contained in:
parent
ee0ef7dc69
commit
b5b50bef21
|
@ -326,7 +326,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def thumbnail_issue_tag(attachment)
|
||||
imagesize = attachment.thumbnail(:size => "50*50")
|
||||
imagesize = attachment.thumbnail(:size => "200*200")
|
||||
imagepath = named_attachment_path(attachment, attachment.filename)
|
||||
if imagesize
|
||||
link_to image_tag(thumbnail_path(attachment), height: '73', width: '100'),
|
||||
|
|
Loading…
Reference in New Issue