X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ebf78d49a866fb61f908111225ced91946f6d3ef..refs/pull/846/head:/resources/views/users/edit.blade.php diff --git a/resources/views/users/edit.blade.php b/resources/views/users/edit.blade.php index f860d12fd..b6f8f7345 100644 --- a/resources/views/users/edit.blade.php +++ b/resources/views/users/edit.blade.php @@ -9,7 +9,7 @@

 

-

{{ $user->id === $currentUser->id ? trans('settings.users_edit_profile') : trans('settings.users_edit') }}

+

@icon('edit') {{ $user->id === $currentUser->id ? trans('settings.users_edit_profile') : trans('settings.users_edit') }}

id}") }}" method="post">
@@ -58,14 +58,14 @@ @if($currentUser->id === $user->id && count($activeSocialDrivers) > 0)
-

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

+

@icon('login') {{ trans('settings.users_social_accounts') }}

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

@foreach($activeSocialDrivers as $driver => $enabled)
-
@icon($driver, ['width' => 56])
+
@icon('auth/'. $driver, ['style' => 'width: 56px;height: 56px;'])
@if($user->hasSocialAccount($driver)) {{ trans('settings.users_social_disconnect') }} @@ -87,4 +87,4 @@


@include('components.image-manager', ['imageType' => 'user']) -@stop +@stop \ No newline at end of file