Merge branch 'develop' into standalone_develop
This commit is contained in:
commit
23a65798df
|
@ -19,15 +19,15 @@
|
||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr>
|
<tr>
|
||||||
<th width="20%">排名</th>
|
<th width="20%">排名</th>
|
||||||
<th width="20%">项目</th>
|
<th width="30%">项目</th>
|
||||||
<th width="20%">得分</th>
|
<th width="10%">得分</th>
|
||||||
<th width="20%">访问数</th>
|
<th width="10%">访问数</th>
|
||||||
<th width="20%">关注数</th>
|
<th width="10%">关注数</th>
|
||||||
<th width="20%">点赞数</th>
|
<th width="10%">点赞数</th>
|
||||||
<th width="20%">fork数</th>
|
<th width="10%">fork数</th>
|
||||||
<th width="20%">疑修数</th>
|
<th width="10%">疑修数</th>
|
||||||
<th width="20%">合并请求数</th>
|
<th width="10%">合并请求数</th>
|
||||||
<th width="20%">提交数</th>
|
<th width="10%">提交数</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<% owner_common = $redis_cache.hgetall("v2-owner-common:#{project_common["owner_id"]}")%>
|
<% owner_common = $redis_cache.hgetall("v2-owner-common:#{project_common["owner_id"]}")%>
|
||||||
<td>
|
<td>
|
||||||
<a href="/<%= owner_common["login"] %>/<%= project_common["identifier"]%>">
|
<a href="/<%= owner_common["login"] %>/<%= project_common["identifier"]%>">
|
||||||
<%= project_common["name"] %>
|
<%= "#{owner_common["name"]}/#{project_common["name"]}" %>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue