|
|
@@ -77,14 +77,14 @@ |
|
|
|
<a class="ui image poping up" style="color: #0366D6;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" href="{{.HomeLink}}" data-content="{{.Name}}" data-position="top center" data-variation="tiny inverted">{{.Name}}</a> |
|
|
|
</li> |
|
|
|
|
|
|
|
<li class="infor" style="width: 25%;"> |
|
|
|
<li class="infor" style="width: 25%;display: table-cell"> |
|
|
|
|
|
|
|
<img style="width: 14px; height: 14px;border: none;" src="/img/member.svg" > |
|
|
|
<span style="color: rgba(0,0,0,.4);padding-left: 5px;">{{.NumMembers}}</span> |
|
|
|
<img style="width: 16px;height:16px;border: none;" src="/img/member.svg" > |
|
|
|
<span style="color: rgba(0,0,0,.4);vertical-align: middle;">{{.NumMembers}}</span> |
|
|
|
</li> |
|
|
|
<li class="infor" style="width: 25%;"> |
|
|
|
<img style="width: 14px; height: 14px" src="/img/pro_num.svg" > |
|
|
|
<span style="color: rgba(0,0,0,.4);padding-left: 5px;">{{.NumRepos}}</span> |
|
|
|
<li class="infor" style="width: 25%;display: table-cell"> |
|
|
|
<img style="width: 16px;height: 16px;" src="/img/pro_num.svg" > |
|
|
|
<span style="color: rgba(0,0,0,.4);vertical-align: middle;">{{.NumRepos}}</span> |
|
|
|
</li> |
|
|
|
{{end}} |
|
|
|
|
|
|
|