forked from kevadesu/forgejo
Webhook delivery locking & Hide repo for org members if they don't have access
This commit is contained in:
parent
7b03b1df0e
commit
79262173a6
4 changed files with 31 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
<div id="org-repo-list">
|
||||
{{range .Repos}}
|
||||
{{if or $isMember (not .IsPrivate)}}
|
||||
{{if .HasAccess $.SignedUser.Name}}
|
||||
<div class="org-repo-item">
|
||||
<ul class="org-repo-status right">
|
||||
<li><i class="octicon octicon-star"></i> {{.NumStars}}</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue