Added tooltips for saving/view attachments

This commit is contained in:
Luc Charland
2015-08-05 10:05:21 -04:00
parent c56644f0e5
commit 923ab97309
2 changed files with 7 additions and 0 deletions
@@ -22,9 +22,11 @@
<div layout="row" layout-align="end end">
<md-button class="sg-icon-button" var:href="pathToAttachment">
<md-tooltip md-direction="left"><var:string label:value="View Attachment"/></md-tooltip>
<md-icon>open_in_browser</md-icon>
</md-button>
<md-button class="sg-icon-button" var:href="pathForDownload">
<md-tooltip md-direction="left"><var:string label:value="Save Attachment"/></md-tooltip>
<md-icon>save</md-icon>
</md-button>
</div>