mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 03:26:06 +01:00
Fix the 'Users' link in the header.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
@if(loginAccount.isDefined){
|
||||
<li><a href="@path/new">New repo</a></li>
|
||||
<li><a href="@path/@loginAccount.get.userName">Account</a></li>
|
||||
<li><a href="#users">Users</a></li>
|
||||
<li><a href="@path/admin/users">Users</a></li>
|
||||
<li><a href="@path/signout">Sign out</a></li>
|
||||
} else {
|
||||
<li><a href="@path/signin">Sign in</a></li>
|
||||
|
||||
Reference in New Issue
Block a user