diff --git a/resources/views/auth/users/index.blade.php b/resources/views/auth/users/index.blade.php index b8b958cca..496a292ce 100644 --- a/resources/views/auth/users/index.blade.php +++ b/resources/views/auth/users/index.blade.php @@ -45,11 +45,11 @@ @if (setting('default.use_gravatar', '0') == '1') - {{ $item->name }} + {{ $item->name }} @elseif (is_object($item->picture)) - {{ $item->name }} + {{ $item->name }} @else - {{ $item->name }} + {{ $item->name }} @endif {{ $item->name }} diff --git a/resources/views/common/items/index.blade.php b/resources/views/common/items/index.blade.php index f064c5e4a..af76fa127 100644 --- a/resources/views/common/items/index.blade.php +++ b/resources/views/common/items/index.blade.php @@ -49,7 +49,7 @@ {{ Form::bulkActionGroup($item->id, $item->name) }} - {{ $item->name }} + {{ $item->name }} {{ $item->name }} diff --git a/resources/views/partials/widgets/standard_header.blade.php b/resources/views/partials/widgets/standard_header.blade.php index 54a4338bd..dd0230fd2 100644 --- a/resources/views/partials/widgets/standard_header.blade.php +++ b/resources/views/partials/widgets/standard_header.blade.php @@ -6,7 +6,7 @@

{{ $class->model->name }}

-