Add test verifying that AttachmentView shows file size
FREEBIE
This commit is contained in:
parent
e7f41be464
commit
731fcb8ecb
2 changed files with 22 additions and 4 deletions
|
@ -503,8 +503,11 @@
|
|||
{{/action }}
|
||||
</script>
|
||||
<script type='text/x-tmpl-mustache' id='file-view'>
|
||||
<span class='paperclip icon'></span>
|
||||
<span class='fileName' alt='{{ fileName }}' title='{{ altText }}'>{{ fileName }}</a>
|
||||
<div class='icon'></div>
|
||||
<div class='text'>
|
||||
<div class='fileName' alt='{{ fileName }}' title='{{ altText }}'>{{ fileName }}</div>
|
||||
<div class='fileSize'>{{ fileSize }}</div>
|
||||
</div>
|
||||
</script>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue