This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#683
from jcracknell/admin-repos-cols
Fix swapped issue/star columns in /admin/repos
tags/v1.2.0-rc1
无闻
10 years ago
parent
be54b4bf26
64d90a761b
commit
9adc8e9d3f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/admin/repo/list.tmpl
+ 2
- 2
templates/admin/repo/list.tmpl
View File
@@ -35,8 +35,8 @@
<td><a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a></td>
<td><i class="fa fa{{if .IsPrivate}}-check{{end}}-square-o"></i></td>
<td>{{.NumWatches}}</td>
<td>{{.NumIssues}}</td>
<td>{{.NumStars}}</td>
<td>{{.NumIssues}}</td>
<td>{{DateFormat .Created "M d, Y"}}</td>
</tr>
{{end}}
@@ -57,4 +57,4 @@
</div>
</div>
</div>
{{template "ng/base/footer" .}}
{{template "ng/base/footer" .}}
Write
Preview
Loading…
Cancel
Save