|
|
@ -31,6 +31,7 @@
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
@endif
|
|
|
|
@endif
|
|
|
|
|
|
|
|
@auth
|
|
|
|
<span class="pl-4">
|
|
|
|
<span class="pl-4">
|
|
|
|
<i class="fas fa-cog fa-lg text-muted cursor-pointer" data-toggle="modal" data-target="#ctxProfileMenu"></i>
|
|
|
|
<i class="fas fa-cog fa-lg text-muted cursor-pointer" data-toggle="modal" data-target="#ctxProfileMenu"></i>
|
|
|
|
<div class="modal" tabindex="-1" role="dialog" id="ctxProfileMenu">
|
|
|
|
<div class="modal" tabindex="-1" role="dialog" id="ctxProfileMenu">
|
|
|
@ -59,21 +60,8 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
@endauth
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="profile-stats pb-3 d-inline-flex lead">
|
|
|
|
|
|
|
|
<div class="font-weight-light pr-5">
|
|
|
|
|
|
|
|
<span class="font-weight-bold">{{$user->statuses()->whereNull('reblog_of_id')->whereNull('in_reply_to_id')->count()}}</span>
|
|
|
|
|
|
|
|
Posts
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<p class="lead mb-0">
|
|
|
|
|
|
|
|
<span class="font-weight-bold">{{$user->name}}</span>
|
|
|
|
|
|
|
|
@if($user->remote_url)
|
|
|
|
|
|
|
|
<span class="badge badge-info">REMOTE PROFILE</span>
|
|
|
|
|
|
|
|
@endif
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="mb-0 lead">{{$user->bio}}</p>
|
|
|
|
|
|
|
|
<p class="mb-0"><a href="{{$user->website}}" class="font-weight-bold" rel="me external nofollow noopener" target="_blank">{{str_limit($user->website, 30)}}</a></p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -81,6 +69,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@push('scripts')
|
|
|
|
@push('scripts')
|
|
|
|
|
|
|
|
@auth
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|
function muteProfile() {
|
|
|
|
function muteProfile() {
|
|
|
|
axios.post('/i/mute', {
|
|
|
|
axios.post('/i/mute', {
|
|
|
@ -104,4 +93,5 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
@endauth
|
|
|
|
@endpush
|
|
|
|
@endpush
|