We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b41173 commit 5e7de67Copy full SHA for 5e7de67
src/TravelBlog/Views/Media/Index.cshtml
@@ -32,7 +32,9 @@
32
<div class="center-image">
33
<img src="@file.ThumbnailUrl?size=400" />
34
</div>
35
- <figcaption class="figure-caption mt-1 mx-1">@file.Name</figcaption>
+ <figcaption class="figure-caption mt-1 mx-1">
36
+ <a href="@file.DownloadUrl">@file.Name</a>
37
+ </figcaption>
38
<button role="button" class="btn d-none clipboard">📋</button>
39
<button role="button" class="btn d-none delete">🗑️</button>
40
</figure>
0 commit comments