File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1131,7 +1131,7 @@ issues.start_tracking_short = Start
1131
1131
issues.start_tracking = Start Time Tracking
1132
1132
issues.start_tracking_history = `started working %s`
1133
1133
issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed
1134
- issues.tracking_already_started = `You have already started time tracking on this <a href =" %s" >issue</a>!`
1134
+ issues.tracking_already_started = `You have already started time tracking on <a href =" %s" >another issue</a>!`
1135
1135
issues.stop_tracking = Stop
1136
1136
issues.stop_tracking_history = `stopped working %s`
1137
1137
issues.add_time = Manually Add Time
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}}
34
37
<a class="title mr-3" href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
35
38
{{RenderEmoji .Title}}
36
39
{{if .IsPull }}
You can’t perform that action at this time.
0 commit comments