Updates to clean up the lookups for time zones, countries, and subdivisions.
This commit is contained in:
@@ -116,7 +116,10 @@ ae_tmp.show__direct_download = $ae_loc.core?.show__direct_download ?? false;
|
||||
<ol>
|
||||
{#each $lq__hosted_file_obj_li as hosted_file_obj}
|
||||
<li>
|
||||
{hosted_file_obj.filename}
|
||||
<a href="" class="underline text-blue-500">
|
||||
{hosted_file_obj.filename}
|
||||
</a>
|
||||
{ae_util.format_bytes(hosted_file_obj.size)}
|
||||
</li>
|
||||
{/each}
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user