(html) Improve display of attachments

pull/186/head
Francis Lachapelle 2016-01-06 12:30:34 -05:00
parent 0bbdd01025
commit 609c5aabf7
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
</div>
<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-icon>file_download</md-icon>
</md-button>
</md-dialog-actions>
</md-card>

View File

@ -7,7 +7,7 @@
<md-card>
<md-card-content>
<p class="md-caption" var:title="filenameForDisplay">
<span class="sg-label-outline"><var:string value="preferredPathExtension"/></span>
<var:if condition="preferredPathExtension.length"><span class="sg-label-outline"><var:string value="preferredPathExtension"/></span></var:if>
<var:string value="filenameForDisplay"/>
</p>
</md-card-content>