X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/13fa1080dc08fa0bc175e799a9f49cdd6e3a7e3a..refs/pull/205/head:/resources/views/users/edit.blade.php diff --git a/resources/views/users/edit.blade.php b/resources/views/users/edit.blade.php index 5e28059fe..6cbbdb7f7 100644 --- a/resources/views/users/edit.blade.php +++ b/resources/views/users/edit.blade.php @@ -3,42 +3,39 @@ @section('content') -
-
-
-
-
- -
-
-
-
+ @include('settings/navbar', ['selected' => 'users'])
+
id}") }}" method="post"> +
+
+

Edit {{ $user->id === $currentUser->id ? 'Profile' : 'User' }}

+
+
+

+ @if($authMethod !== 'system') + id}/delete") }}" class="neg button float right">Delete User + @endif +
+
+
+
+ {!! csrf_field() !!} + + @include('users.forms.' . $authMethod, ['model' => $user]) -
-
-

Edit {{ $user->id === $currentUser->id ? 'Profile' : 'User' }}

- - {!! csrf_field() !!} - - @include('users/form', ['model' => $user]) -
-

 

-
-

- {{ $user->name }} -

-

You can change your profile picture at Gravatar.

+
+ +

This image should be approx 256px square.

+
+
@@ -54,9 +51,9 @@
@if($user->hasSocialAccount('google')) - Disconnect Account + Disconnect Account @else - Attach Account + Attach Account @endif
@@ -66,9 +63,9 @@
@if($user->hasSocialAccount('github')) - Disconnect Account + Disconnect Account @else - Attach Account + Attach Account @endif
@@ -80,5 +77,5 @@


- + @include('partials/image-manager', ['imageType' => 'user']) @stop