We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51432eb commit 23ef9ffCopy full SHA for 23ef9ff
templates/user/dashboard/issues.tmpl
@@ -86,8 +86,8 @@
86
{{range .Issues}}
87
88
{{ $timeStr:= TimeSinceUnix .CreatedUnix $.Lang }}
89
+ {{if .Repo}}
90
<li class="item">
- {{if .Repo}}
91
<div class="ui label">{{.Repo.FullName}}#{{.Index}}</div>
92
<a class="title has-emoji" href="{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}">{{.Title}}</a>
93
0 commit comments