Skip to content

Commit

Permalink
Add repo name label again on dashboard issue / pulls page (go-gitea#1…
Browse files Browse the repository at this point in the history
…4073)

The label got removed in PR go-gitea#13594

Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2020
1 parent b4f8da5 commit 14ac3e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/shared/issuelist.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
</div>
<div class="issue-item-main f1 fc df">
<div class="issue-item-top-row df ac fw">
{{if eq $.listType "dashboard"}}
<div class="ui label mr-3">{{.Repo.FullName}}</div>
{{end}}
<a class="title mr-3" href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
{{RenderEmoji .Title}}
{{if .IsPull }}
Expand Down

0 comments on commit 14ac3e6

Please sign in to comment.