chore: format runner id

This commit is contained in:
Jason Song
2023-01-06 14:12:14 +08:00
parent 326ae5d442
commit 05c08ec246
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -62,12 +62,12 @@
<td>
{{if .Editable $.RunnerOnwerID $.RunnerRepoID}}
<a href="{{$.Link}}/{{.ID}}" class="tooltip" data-content="{{.Description}}">
<span class="runner-id">#{{.ID}}</span>
<span class="runner-id">{{template "shared/actions/runner_id" .ID}}</span>
<span class="runner-name">{{.Name}}</span>
</a>
{{else}}
<p class="tooltip" data-content="{{.Description}}">
<span class="runner-id">#{{.ID}}</span>
<span class="runner-id">{{template "shared/actions/runner_id" .ID}}</span>
<span class="runner-name">{{.Name}}</span>
</p>
{{end}}