mirror of https://github.com/pixelfed/pixelfed.git
Update private profile view
This commit is contained in:
parent
86bbcd73cf
commit
ef72b4e4a1
|
@ -8,11 +8,11 @@
|
||||||
<div class="profile-timeline mt-2 mt-md-4">
|
<div class="profile-timeline mt-2 mt-md-4">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body py-5">
|
<div class="card-body py-5">
|
||||||
<p class="text-center lead font-weight-bold">
|
<p class="text-center lead font-weight-bold mb-0">
|
||||||
{{__('profile.privateProfileWarning')}}
|
{{__('profile.privateProfileWarning')}}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@if(Auth::check())
|
@if(!Auth::check())
|
||||||
<p class="text-center mb-0">{{ __('profile.alreadyFollow', ['username'=>$user->username])}}</p>
|
<p class="text-center mb-0">{{ __('profile.alreadyFollow', ['username'=>$user->username])}}</p>
|
||||||
<p class="text-center mb-0"><a href="{{route('login')}}">{{__('Log in')}}</a></p>
|
<p class="text-center mb-0"><a href="{{route('login')}}">{{__('Log in')}}</a></p>
|
||||||
<p class="text-center mb-0">{{__('profile.loginToSeeProfile')}}</p>
|
<p class="text-center mb-0">{{__('profile.loginToSeeProfile')}}</p>
|
||||||
|
|
Loading…
Reference in New Issue