mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
parent
1d3482a6e8
commit
d2ed666321
1 changed files with 4 additions and 2 deletions
|
@ -10,9 +10,11 @@
|
|||
<div class="card">
|
||||
<div class="card-body p-4 text-center">
|
||||
<div class="avatar pb-3">
|
||||
<img src="{{$profile->avatarUrl()}}" class="img-thumbnail rounded-circle" width="64px">
|
||||
<a href="{{$profile->url()}}">
|
||||
<img src="{{$profile->avatarUrl()}}" class="img-thumbnail rounded-circle" width="64px">
|
||||
</a>
|
||||
</div>
|
||||
<p class="lead font-weight-bold mb-0">{{$profile->username}}</p>
|
||||
<p class="lead font-weight-bold mb-0"><a href="{{$profile->url()}}" class="text-dark">{{$profile->username}}</a></p>
|
||||
<p class="text-muted">{{$profile->name}}</p>
|
||||
<form class="follow-form" method="post" action="/i/follow" data-id="{{$profile->id}}" data-action="follow">
|
||||
@csrf
|
||||
|
|
Loading…
Reference in a new issue