X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a868012048215d9ad080eee3e7bd66cfe9b1beaf..refs/pull/5312/head:/resources/views/users/edit.blade.php diff --git a/resources/views/users/edit.blade.php b/resources/views/users/edit.blade.php index e6b477a12..2b736d81e 100644 --- a/resources/views/users/edit.blade.php +++ b/resources/views/users/edit.blade.php @@ -38,7 +38,7 @@
- {{ trans('common.cancel') }} @if($authMethod !== 'system') id}/delete") }}" @@ -89,9 +89,9 @@
@icon('auth/'. $driver, ['style' => 'width: 56px;height: 56px;'])

{{ $driverName }}

@if($user->hasSocialAccount($driver)) -

Connected

+

{{ trans('settings.users_social_status_connected') }}

@else -

Disconnected

+

{{ trans('settings.users_social_status_disconnected') }}

@endif
@endforeach @@ -100,9 +100,7 @@ @endif - @if((user()->id === $user->id && userCan('access-api')) || userCan('users-manage')) - @include('users.api-tokens.parts.list', ['user' => $user]) - @endif + @include('users.api-tokens.parts.list', ['user' => $user, 'context' => 'settings']) @stop