mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Render checkmark wherever possible.
This commit is contained in:
parent
5bc9f653c1
commit
93d0223fee
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
|||
<div :class="{ 'uk-align-left': !(video.views >= 0 || video.uploadedDate) }">
|
||||
<div v-if="video.uploaderUrl && video.uploaderName && !hideChannel">
|
||||
<router-link class="uk-link-muted" :to="video.uploaderUrl">
|
||||
<a>{{ video.uploaderName }}</a>
|
||||
{{ video.uploaderName }} <font-awesome-icon
|
||||
v-if="video.uploaderVerified"
|
||||
icon="check"
|
||||
></font-awesome-icon>
|
||||
</router-link>
|
||||
<br />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue