Merge pull request #269 from SchrodingersGat/company-part-thumb

Display company thumb in company index
This commit is contained in:
Oliver 2019-05-09 00:52:38 +10:00 committed by GitHub
commit 0652b2fa1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@
title: 'Company',
sortable: true,
formatter: function(value, row, index, field) {
return renderLink(value, row.url);
return imageHoverIcon(row.image) + renderLink(value, row.url);
}
},
{