mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Simplified viewjs / active page handling
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
@extends('layout.default')
|
||||
|
||||
@section('title', $__t('Permissions for user %s', GetUserDisplayName($user)))
|
||||
@section('activeNav', '')
|
||||
@section('viewJsName', 'userpermissions')
|
||||
|
||||
@push('pageScripts')
|
||||
<script>
|
||||
@@ -15,7 +13,6 @@
|
||||
ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
|
Reference in New Issue
Block a user