Browse Source

fix issue

tags/v1.21.12.2^2
zhoupzh 3 years ago
parent
commit
bbcbf0ccda
1 changed files with 7 additions and 0 deletions
  1. +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>


Loading…
Cancel
Save