1
0
Fork 0
forked from forgejo/forgejo

fix mirror issues uncaught #941

This commit is contained in:
Unknwon 2015-02-13 02:14:57 -05:00
parent 6d0f3a07d4
commit 6b7d35eade
6 changed files with 50 additions and 80 deletions

View file

@ -1 +1 @@
0.5.13.0211 Beta
0.5.14.0213 Beta

View file

@ -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>

View file

@ -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>