Update discover page

Closes #48
This commit is contained in:
Daniel Supernault 2018-06-01 00:06:08 -06:00
parent 1d3482a6e8
commit d2ed666321

View file

@ -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