diff --git a/app/modules/profile/profile-timeline-attachment/profile-timeline-attachment-image.jade b/app/modules/profile/profile-timeline-attachment/profile-timeline-attachment-image.jade index f1ee5b4a..14f30f14 100644 --- a/app/modules/profile/profile-timeline-attachment/profile-timeline-attachment-image.jade +++ b/app/modules/profile/profile-timeline-attachment/profile-timeline-attachment-image.jade @@ -1,4 +1,5 @@ // timeline-attachment directive div.activity-image-attachment blockquote - img(ng-src="{{::attachment.url}}", alt="{{::attachment.filename}}") + a(href="{{::attachment.url}}", title="See {{::attachment.filename}}") + img(ng-src="{{::attachment.url}}", alt="{{::attachment.filename}}")