mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
edit links
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
<!-- Author -->
|
||||
<div class="d-flex align-items-center mb-2">
|
||||
<a href="/users/{{ .User.ID }}/novels#checkpoint" class="text-decoration-none">
|
||||
<a href="/users/{{ .User.ID }}/novels" class="text-decoration-none">
|
||||
<img src="{{ .User.Avatar }}" alt="{{ .User.Name }}" class="rounded-circle me-2" style="width: 30px; height: 30px" />
|
||||
</a>
|
||||
<a href="/users/{{ .User.ID }}" class="text-decoration-none">
|
||||
@@ -292,7 +292,7 @@
|
||||
<div class="custom-card bg-black mb-4 mb-lg-0">
|
||||
<div class="card-header border-0 rounded-5 bg-charcoal-surface1 py-3 px-4">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<a class="text-decoration-none text-light d-flex align-items-center" href="/users/{{ .User.ID }}/novels#checkpoint">
|
||||
<a class="text-decoration-none text-light d-flex align-items-center" href="/users/{{ .User.ID }}/novels">
|
||||
<img src="{{ .User.Avatar }}" alt="{{ .User.Name }}" class="rounded-circle object-fit-cover me-3" style="width: 48px; height: 48px" />
|
||||
<h2 class="m-0">Works by {{ .User.Name }}</h2>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user