mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 14:03:16 +00:00
Update private profile view
This commit is contained in:
parent
86bbcd73cf
commit
ef72b4e4a1
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
<div class="profile-timeline mt-2 mt-md-4">
|
||||
<div class="card">
|
||||
<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')}}
|
||||
</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"><a href="{{route('login')}}">{{__('Log in')}}</a></p>
|
||||
<p class="text-center mb-0">{{__('profile.loginToSeeProfile')}}</p>
|
||||
|
|
Loading…
Reference in a new issue