|
|
@@ -10,7 +10,19 @@ |
|
|
|
|
|
|
|
<div class="ui sixteen wide mobile twelve wide tablet ten wide computer column"> |
|
|
|
{{template "explore/repo_list" .}} |
|
|
|
{{template "base/paginate" .}} |
|
|
|
<div id="app" style="margin-top: 2rem;"> |
|
|
|
<div class="center"> |
|
|
|
<el-pagination |
|
|
|
background |
|
|
|
@current-change="handleCurrentChange" |
|
|
|
:current-page="page" |
|
|
|
:page-sizes="[20]" |
|
|
|
:page-size="20" |
|
|
|
layout="total, sizes, prev, pager, next, jumper" |
|
|
|
:total="{{.Page.Paginater.Total}}"> |
|
|
|
</el-pagination> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="computer only ui three wide computer column"> |
|
|
|
{{template "explore/repo_right" .}} |
|
|
|