1
0
Fork 0

Update embed view

This commit is contained in:
Daniel Supernault 2019-11-24 13:48:39 -07:00
parent 81ab02ecc4
commit 734e0f489b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
{{$item->profile->username}}
</a>
</div>
<a href="{{$status->url()}}">
<a href="{{$status->url()}}" target="_blank">
@php($status = $item)
@switch($status->viewType())
@case('photo')
@ -53,7 +53,7 @@
<p class="mb-0 lead font-weight-bold">CW / NSFW / Hidden Media</p>
<p class="font-weight-light">(click to show)</p>
</summary>
<a class="max-hide-overflow {{$status->firstMedia()->filter_class}}" href="{{$status->url()}}">
<a class="max-hide-overflow {{$status->firstMedia()->filter_class}}" href="{{$status->url()}}" target="_blank">
<img class="card-img-top" src="{{$status->mediaUrl()}}">
</a>
</details>