X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/261e57fc4e236b97ec5604b5e024cc68b64ede79..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 14ab19e0e..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">
@@ -43,13 +43,6 @@ @endforeach
-
- - -
@@ -65,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') }}