taiga-front/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.jade

7 lines
299 B
Plaintext

div.single-attachment
blockquote
a(ng-href="{{ attachment.get('url') }}", title="Click to download {{ attachment.get('filename') }}", target="_blank")
svg.icon.icon-attachment
use(xlink:href="#icon-attachment")
span {{attachment.get('filename')}}