You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Engine_Rebuild/assets/views/file-card.mustache

8 lines
294 B
Plaintext

<html lang="en">
<div id="{{{id}}}" class="media d-inline-flex mx-2 file-card">
<img class="align-self-center mr-3 py-2 thumbnail64" src="{{{imagePath}}}" alt="File icon">
<div class="media-body align-self-center">
<p class="pr-3 mb-0">{{fileName}}</p>
</div>
</div>
</html>