Issue#2884: Crop images for the timeline

stable
Jesús Espino 2015-06-29 16:06:16 +02:00 committed by David Barragán Merino
parent 5685450423
commit cea5ed0e73
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
div.activity-image-attachment div.activity-image-attachment
blockquote blockquote
a(href="{{::attachment.url}}", title="See {{::attachment.filename}}", target="_blank") a(href="{{::attachment.url}}", title="See {{::attachment.filename}}", target="_blank")
img(ng-src="{{::attachment.url}}", alt="{{::attachment.filename}}") img(ng-src="{{::attachment.thumb_url || attachment.url}}", alt="{{::attachment.filename}}")