X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/07b889547d28e68e5fc8f923c166bd607da17ad7..refs/pull/2336/head:/resources/views/users/index.blade.php diff --git a/resources/views/users/index.blade.php b/resources/views/users/index.blade.php index af6b4d4f9..da373c161 100644 --- a/resources/views/users/index.blade.php +++ b/resources/views/users/index.blade.php @@ -7,14 +7,14 @@ @include('settings.navbar', ['selected' => 'users']) -
+

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

-
+ @foreach(collect($listDetails)->except('search') as $name => $val) @endforeach @@ -22,7 +22,7 @@
@if(userCan('users-manage')) - {{ trans('settings.users_add_new') }} + {{ trans('settings.users_add_new') }} @endif
@@ -43,7 +43,7 @@ {{ $user->name }} @if(userCan('users-manage') || $currentUser->id == $user->id) - id}") }}"> + id}") }}"> @endif {{ $user->name }}
{{ $user->email }} @if(userCan('users-manage') || $currentUser->id == $user->id) @@ -52,7 +52,7 @@ @foreach($user->roles as $index => $role) -
id}") }}">{{$role->display_name}}@if($index !== count($user->roles) -1),@endif + id}") }}">{{$role->display_name}}@if($index !== count($user->roles) -1),@endif @endforeach @@ -62,7 +62,7 @@
{{ $users->links() }}
-
+