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
fix issue
tags/v1.21.12.2^2
zhoupzh
3 years ago
parent
63bbb6c294
commit
bbcbf0ccda
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
templates/repo/debugjob/index.tmpl
+ 7
- 0
templates/repo/debugjob/index.tmpl
View File
@@ -402,6 +402,13 @@
<a class="ui basic disabled button">{{$.i18n.Tr "repo.download"}}</a>
{{end}}
</div>
<div class="item" style="padding: 0 !important;">
{{if and (ne .Status "WAITING") (ne .JobType "DEBUG") }}
<a class="ui basic button" href="{{$.Link}}/{{.JobID}}/rate" target="_blank">
评分
</a>
{{end}}
</div>
</div>
</div>
Write
Preview
Loading…
Cancel
Save