|
|
|
@@ -33,7 +33,7 @@ |
|
|
|
<img class="ui avatar image" src="{{.RelAvatarLink}}"> |
|
|
|
{{end}} |
|
|
|
<a class="name" href="{{.Link}}"> |
|
|
|
{{if or $.PageIsExplore $.PageIsProfileStarList }}{{if .Owner}}{{.Owner.Name}} / {{end}}{{end}}{{.Name}} |
|
|
|
{{if or $.PageIsExplore $.PageIsProfileStarList }}{{if .Owner}}{{.Owner.Name}} / {{end}}{{end}}{{if .Alias}}{{.Alias}}{{else}}{{.Name}}{{end}} |
|
|
|
{{if .IsArchived}}<i class="archive icon archived-icon"></i>{{end}} |
|
|
|
</a> |
|
|
|
{{if .IsPrivate}} |
|
|
|
@@ -70,4 +70,4 @@ |
|
|
|
{{$.i18n.Tr "explore.repo_no_results"}} |
|
|
|
</div> |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
</div> |