This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove repository mirrors from "collaborative" list (
#2497
)
for-closed-social
Morlinest
7 years ago
committed by
Lauris BH
parent
3e89e89670
commit
35b473d8d3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/js/index.js
+ 1
- 1
public/js/index.js
View File
@ -1768,7 +1768,7 @@ function initVueComponents(){
case
'mirrors'
:
return
repo
.
mirror
;
case
'collaborative'
:
return
repo
.
owner
.
id
!=
this
.
uid
;
return
repo
.
owner
.
id
!=
this
.
uid
&&
!
repo
.
mirror
;
default
:
return
true
;
}
Write
Preview
Loading…
Cancel
Save