|
@@ -34,9 +34,6 @@
|
|
<a href="{{AppSubURL}}/{{$.ContextUser.Name}}/{{.Name}}">
|
|
<a href="{{AppSubURL}}/{{$.ContextUser.Name}}/{{.Name}}">
|
|
<i class="octicon octicon-{{if .IsFork}}repo-forked{{else if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else}}repo{{end}}"></i>
|
|
<i class="octicon octicon-{{if .IsFork}}repo-forked{{else if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else}}repo{{end}}"></i>
|
|
<strong class="text truncate item-name">{{.Name}}</strong>
|
|
<strong class="text truncate item-name">{{.Name}}</strong>
|
|
- <span class="ui right text light grey">
|
|
|
|
- {{.NumStars}} <i class="octicon octicon-star rear"></i>
|
|
|
|
- </span>
|
|
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
{{end}}
|
|
{{end}}
|
|
@@ -61,9 +58,6 @@
|
|
<span class="text truncate owner-and-repo">
|
|
<span class="text truncate owner-and-repo">
|
|
<span class="text truncate owner-name">{{.Owner.Name}}</span> / <strong>{{.Name}}</strong>
|
|
<span class="text truncate owner-name">{{.Owner.Name}}</span> / <strong>{{.Name}}</strong>
|
|
</span>
|
|
</span>
|
|
- <span class="ui right text light grey">
|
|
|
|
- {{.NumStars}} <i class="octicon octicon-star rear"></i>
|
|
|
|
- </span>
|
|
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
{{end}}
|
|
{{end}}
|