mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
Fix private repo icon
This commit is contained in:
parent
8906b2891b
commit
12dbdaac76
@ -1698,7 +1698,7 @@ function initDashboardSearch() {
|
|||||||
} else if (repo.mirror) {
|
} else if (repo.mirror) {
|
||||||
return 'octicon octicon-repo-clone';
|
return 'octicon octicon-repo-clone';
|
||||||
} else if (repo.private) {
|
} else if (repo.private) {
|
||||||
return 'octicon octicon-repo-forked';
|
return 'octicon octicon-lock';
|
||||||
} else {
|
} else {
|
||||||
return 'octicon octicon-repo';
|
return 'octicon octicon-repo';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user