File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 31
31
</div>
32
32
<div class="issue-item-main f1 fc df">
33
33
<div class="issue-item-top-row df ac fw">
34
- {{if eq $.listType "dashboard"}}
35
- <div class="ui label mr-3">{{.Repo.FullName}}</div>
36
- {{end}}
37
34
<a class="title mr-3" href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
38
35
{{RenderEmoji .Title}}
39
36
{{if .IsPull }}
50
47
</div>
51
48
<div class="desc issue-item-bottom-row df ac fw my-1">
52
49
<a class="index ml-0 mr-2" href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
53
- #{{.Index}}
50
+ {{if eq $.listType "dashboard"}}
51
+ {{.Repo.FullName}}#{{.Index}}
52
+ {{else}}
53
+ #{{.Index}}
54
+ {{end}}
54
55
</a>
55
56
{{ $timeStr := TimeSinceUnix .GetLastEventTimestamp $.Lang }}
56
57
{{if .OriginalAuthor }}
You can’t perform that action at this time.
0 commit comments