X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d6739c1158e486b02885cd010f70ab4494a0404c..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 e7100bdb1..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/form', ['model' => $user]) + @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