(fix) open attachment in new window

This commit is contained in:
Ludovic Marcotte
2015-08-10 23:14:40 -04:00
parent ff632ec3e8
commit d28fccf71e
@@ -13,7 +13,7 @@
</p>
</md-card-content>
<div class="md-actions" layout="row" layout-align="end center">
<md-button class="sg-icon-button" var:href="pathToAttachment">
<md-button class="sg-icon-button" var:href="pathToAttachment" target="_blank">
<md-tooltip md-direction="left"><var:string label:value="View Attachment"/></md-tooltip>
<md-icon>open_in_browser</md-icon>
</md-button>