Fix zip rendering

This commit is contained in:
Booteille 2024-12-05 11:40:15 +01:00
parent 06d5772970
commit 79211693fa
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
<div class="cell is-col-1"> <div class="cell is-col-1">
<span class="icon fas fa-file fa-2x is-large has-text-primary" aria-hidden="true"></span> <span class="icon fas fa-file fa-2x is-large has-text-primary" aria-hidden="true"></span>
</div> </div>
<div class="cell is-col-span-11 description" data-iszipped="<%= (stash('f')->zipped) ? 'true' : 'false' %>"> <div class="cell is-col-span-11 description" data-is-zipped="<%= (stash('f')->zipped) ? 'true' : 'false' %>">
<strong class="is-block wb-all name is-overflow-x"><%= stash('f')->filename %></strong> <strong class="is-block wb-all name is-overflow-x"><%= stash('f')->filename %></strong>
<small class="is-block size mt-1" data-filesize="<%= stash('f')->filesize %>"></small> <small class="is-block size mt-1" data-filesize="<%= stash('f')->filesize %>"></small>
</div> </div>
@ -101,7 +101,7 @@
<div class="cell is-col-1"> <div class="cell is-col-1">
<span class="icon fas fa-file fa-2x is-large has-text-primary" aria-hidden="true"></span> <span class="icon fas fa-file fa-2x is-large has-text-primary" aria-hidden="true"></span>
</div> </div>
<div class="cell is-col-span-11 description" data-iszipped="<%= (stash('f')->zipped) ? 'true' : 'false' %>"> <div class="cell is-col-span-11 description" data-is-zipped="<%= (stash('f')->zipped) ? 'true' : 'false' %>">
<strong class="is-block wb-all name is-overflow-x"><%= stash('f')->filename %></strong> <strong class="is-block wb-all name is-overflow-x"><%= stash('f')->filename %></strong>
<small class="is-block size mt-1" data-filesize="<%= stash('f')->filesize %>"></small> <small class="is-block size mt-1" data-filesize="<%= stash('f')->filesize %>"></small>
</div> </div>