mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-07-28 05:59:40 +02:00
**Backport:** https://codeberg.org/forgejo/forgejo/pulls/8246
closes #8076
(cherry picked from commit 7ab27a7a7f
)
Co-authored-by: Bente Groh <mail@bentegroh.de>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8283
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
parent
ca07340093
commit
a4f6c07306
10 changed files with 67 additions and 59 deletions
|
@ -391,7 +391,7 @@ export default {
|
|||
<div class="ui top attached header tw-flex tw-flex-1">
|
||||
<b class="ui right">#{{ index + 1 }}</b>
|
||||
<a :href="contributor.home_link">
|
||||
<img class="ui avatar tw-align-middle" height="40" width="40" :src="contributor.avatar_link" alt="">
|
||||
<img class="ui avatar tw-align-middle" height="40" width="40" :src="contributor.avatar_link" alt="" loading="lazy">
|
||||
</a>
|
||||
<div class="tw-ml-2">
|
||||
<a v-if="contributor.home_link !== ''" :href="contributor.home_link"><h4>{{ contributor.name }}</h4></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue