Merge branch 'master' of https://github.com/go-gitea/gitea
This commit is contained in:
commit
b3fd46726f
|
|
@ -1768,7 +1768,7 @@ function initVueComponents(){
|
||||||
case 'mirrors':
|
case 'mirrors':
|
||||||
return repo.mirror;
|
return repo.mirror;
|
||||||
case 'collaborative':
|
case 'collaborative':
|
||||||
return repo.owner.id != this.uid;
|
return repo.owner.id != this.uid && !repo.mirror;
|
||||||
default:
|
default:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user