Minor tweak to notifications for GIFs
This commit is contained in:
parent
7aa2310a6d
commit
a0384e0d39
|
@ -416,6 +416,11 @@
|
|||
<video autoplay loop controls>
|
||||
<source src="{{PhotoURL $Body.Photo.Filename}}" type="video/mp4">
|
||||
</video>
|
||||
<div>
|
||||
<a href="/photo/view?id={{$Body.Photo.ID}}" class="is-size-7">
|
||||
<i class="fa fa-arrow-right"></i> View GIF
|
||||
</a>
|
||||
</div>
|
||||
{{else}}
|
||||
<a href="/photo/view?id={{$Body.Photo.ID}}">
|
||||
<img src="{{PhotoURL $Body.Photo.Filename}}">
|
||||
|
|
Loading…
Reference in New Issue
Block a user