Skip to content

Commit dc5c959

Browse files
committed
Merge remote-tracking branch 'origin/master' into heatmap-hide-private
2 parents 536b9f9 + e8a354f commit dc5c959

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ issues.start_tracking_short = Start
11311131
issues.start_tracking = Start Time Tracking
11321132
issues.start_tracking_history = `started working %s`
11331133
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>!`
11351135
issues.stop_tracking = Stop
11361136
issues.stop_tracking_history = `stopped working %s`
11371137
issues.add_time = Manually Add Time

templates/shared/issuelist.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
</div>
3232
<div class="issue-item-main f1 fc df">
3333
<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}}
3437
<a class="title mr-3" href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
3538
{{RenderEmoji .Title}}
3639
{{if .IsPull }}

0 commit comments

Comments
 (0)