Skip to content

Commit

Permalink
closes #119
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Feb 8, 2020
1 parent 0a86ca3 commit 4c9c607
Showing 1 changed file with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,8 @@
<ul class="attachments">
<#list test.screenCaptureContext.all as sc>
<li>
<a href="${sc.screenCapturePath}" data-featherlight="image">
<div class="file-icon">
<i class="fa fa-file-image-o"></i>
</div>
<div class="file-info">
<#if sc.isBase64()>
<span class="file-name">base64</span>
<span class="file-size">0Kb</span>
<#else>
<span class="file-name">${sc.name}</span>
<span class="file-size"> ${sc.fileSize}Kb</span>
</#if>
</div>
<a href="#" data-featherlight="image">
${sc.source}
</a>
</li>
</#list>
Expand Down

0 comments on commit 4c9c607

Please sign in to comment.