Skip to content

Commit 88c7342

Browse files
committed
Take the note back
1 parent 1fe345b commit 88c7342

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/repo/diff/compare.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,13 @@
189189
{{if .HasPullRequest}}
190190
<div class="ui segment grid title">
191191
<div class="twelve wide column issue-title">
192+
{{.i18n.Tr "repo.pulls.has_pull_request" (Escape $.RepoLink) (Escape $.RepoRelPath) .PullRequest.Index | Safe}}
192193
<h1>
193194
<span id="issue-title">{{RenderIssueTitle .PullRequest.Issue.Title $.RepoLink $.Repository.ComposeMetas}}</span>
194195
<span class="index">#{{.PullRequest.Issue.Index}}</span>
195196
</h1>
196197
</div>
197-
<div class="four wide right aligned column">
198+
<div class="four wide right middle aligned column">
198199
{{- if .PullRequest.HasMerged -}}
199200
<a href="{{Escape $.RepoLink}}/pulls/{{.PullRequest.Issue.Index}}" class="ui button purple show-form">{{svg "octicon-git-merge" 16}} {{.i18n.Tr "repo.pulls.view"}}</a>
200201
{{else if .Issue.IsClosed}}

0 commit comments

Comments
 (0)