Skip to content

Commit 86f1152

Browse files
authored
Merge branch 'release/v1.16' into go-gitea#18729-backport
2 parents f5d6aed + 65ad636 commit 86f1152

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/repo/commit_statuses.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<div class="ui popup very wide fixed basic commit-statuses">
33
<div class="ui relaxed list divided">
44
{{range .Statuses}}
5-
<div class="ui item singular-status">
5+
<div class="ui item singular-status df">
66
<span>{{template "repo/commit_status" .}}</span>
7-
<span class="ui">{{.Context}} <span class="text grey">{{.Description}}</span></span>
7+
<span class="ui f1">{{.Context}} <span class="text grey">{{.Description}}</span></span>
88
{{if .TargetURL}}
9-
<div class="ui right"><a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer">{{$.root.i18n.Tr "repo.pulls.status_checks_details"}}</a></div>
9+
<div class="ui"><a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer">{{$.root.i18n.Tr "repo.pulls.status_checks_details"}}</a></div>
1010
{{end}}
1111
</div>
1212
{{end}}

templates/user/dashboard/feeds.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
{{$.i18n.Tr "action.comment_pull" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
7474
{{else if eq .GetOpType 24}}
7575
{{ $linkText := .Content | RenderEmoji }}
76-
{{$.i18n.Tr "action.publish_release" (.GetRepoLink|Escape) ((printf "%s/release/tag/%s" .GetRepoLink .GetTag)|Escape) (.ShortRepoPath|Escape) $linkText | Str2html}}
76+
{{$.i18n.Tr "action.publish_release" (.GetRepoLink|Escape) ((printf "%s/releases/tag/%s" .GetRepoLink .GetTag)|Escape) (.ShortRepoPath|Escape) $linkText | Str2html}}
7777
{{else if eq .GetOpType 25}}
7878
{{ $index := index .GetIssueInfos 0}}
7979
{{ $reviewer := index .GetIssueInfos 1}}

0 commit comments

Comments
 (0)