File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<div class="ui popup very wide fixed basic commit-statuses">
3
3
<div class="ui relaxed list divided">
4
4
{{range .Statuses}}
5
- <div class="ui item singular-status">
5
+ <div class="ui item singular-status df ">
6
6
<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>
8
8
{{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>
10
10
{{end}}
11
11
</div>
12
12
{{end}}
Original file line number Diff line number Diff line change 73
73
{{$.i18n.Tr "action.comment_pull" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
74
74
{{else if eq .GetOpType 24}}
75
75
{{ $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}}
77
77
{{else if eq .GetOpType 25}}
78
78
{{ $index := index .GetIssueInfos 0}}
79
79
{{ $reviewer := index .GetIssueInfos 1}}
You can’t perform that action at this time.
0 commit comments