Skip to content

Commit

Permalink
Update src/files/templates/file_detail.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling authored Nov 10, 2024
1 parent f489ead commit d8ca159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files/templates/file_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3>{{ file.filetype|capfirst }} {{ file.title }}</h3>
<div class="row">
<div class="col">
{% if 1 %}
{% picture file.original img_alt=file.title img_loading="lazy" img_class="img-fluid img-thumbnail" xs=2 sm=12 lg=9 %}
{% picture file.original img_alt=file.title img_loading="lazy" img_class="img-fluid img-thumbnail" sm=12 lg=9 %}
{% else %}
<i class="fa-regular fa-eye-slash fa-9x"></i>
<p class="lead">No preview yet</p>
Expand Down

0 comments on commit d8ca159

Please sign in to comment.