Merge pull request #22 from arthursimas1/fix/admin-tab
FIX: hiding admins tab if user is not a super-user
This commit is contained in:
@@ -42,3 +42,7 @@
|
|||||||
.modal .modal-body .advanced {
|
.modal .modal-body .advanced {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
/* Hide admins tab, it will be shown only if the user is a super-user */
|
||||||
|
.nav .admins {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user