Skip to content

Commit 505a48d

Browse files
authored
Update templates/repo/issue/view_content/pull.tmpl
1 parent 7313f98 commit 505a48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/pull.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
{{end}}
305305
<div class="ui divider"></div>
306306
<script type="module">
307-
const issueUrl = `${window.location.origin}${window.config.appSubUrl}` + {{$.Issue.Link}};
307+
const issueUrl = window.location.origin + {{$.Issue.Link}};
308308
const defaultMergeTitle = {{.DefaultMergeMessage}};
309309
const defaultSquashMergeTitle = {{.DefaultSquashMergeMessage}};
310310
const defaultMergeMessage = {{if .DefaultMergeBody}}{{.DefaultMergeBody}}{{else}}`Reviewed-on: ${issueUrl}\n` + {{$approvers}}{{end}};

0 commit comments

Comments
 (0)