From 41d4625a4456ab8cf9a13a8d4c61c48de66a2dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 12 May 2015 14:24:59 +0200 Subject: [PATCH] Add links to he timeline images --- .../profile-timeline-attachment-image.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}}")