X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/4442a2e6d1e914768db007b4c9ab114ac89f2938..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 6d18c12f0..6cbbdb7f7 100644 --- a/resources/views/users/edit.blade.php +++ b/resources/views/users/edit.blade.php @@ -3,37 +3,35 @@ @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 +
+
+
-

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

{!! csrf_field() !!} @include('users.forms.' . $authMethod, ['model' => $user])
-

 

This image should be approx 256px square.

- +
@@ -53,9 +51,9 @@
@if($user->hasSocialAccount('google')) - Disconnect Account + Disconnect Account @else - Attach Account + Attach Account @endif
@@ -65,9 +63,9 @@
@if($user->hasSocialAccount('github')) - Disconnect Account + Disconnect Account @else - Attach Account + Attach Account @endif