forked from forgejo/forgejo
fix mirror issues uncaught #941
This commit is contained in:
parent
6d0f3a07d4
commit
6b7d35eade
6 changed files with 50 additions and 80 deletions
|
@ -1 +1 @@
|
|||
0.5.13.0211 Beta
|
||||
0.5.14.0213 Beta
|
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
<div id="org-repo-list">
|
||||
{{range .Repos}}
|
||||
{{if .HasAccess $.SignedUser.Name}}
|
||||
{{if .HasAccess $.SignedUser}}
|
||||
<div class="org-repo-item">
|
||||
<ul class="org-repo-status right">
|
||||
<li><i class="octicon octicon-star"></i> {{.NumStars}}</li>
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
<div class="tab-pane active">
|
||||
<div id="org-repo-list">
|
||||
{{range .Repos}}
|
||||
{{if or (not .IsPrivate) (.HasAccess $.SignedUserName)}}
|
||||
{{if or (not .IsPrivate) (.HasAccess $.SignedUser)}}
|
||||
<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