diff --git a/templates/shared/issuelist.tmpl b/templates/shared/issuelist.tmpl index d1a2c4b33..131de83f5 100644 --- a/templates/shared/issuelist.tmpl +++ b/templates/shared/issuelist.tmpl @@ -31,9 +31,6 @@
- {{if eq $.listType "dashboard"}} -
{{.Repo.FullName}}
- {{end}} {{RenderEmoji .Title}} {{if .IsPull }} @@ -50,7 +47,11 @@
- #{{.Index}} + {{if eq $.listType "dashboard"}} + {{.Repo.FullName}}#{{.Index}} + {{else}} + #{{.Index}} + {{end}} {{ $timeStr := TimeSinceUnix .GetLastEventTimestamp $.Lang }} {{if .OriginalAuthor }}