Skip to content

Commit d8da967

Browse files
committed
add AppSubUrl
1 parent 3b66848 commit d8da967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/projects/new.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="ui divider"></div>
5151
<div class="ui left">
5252
{{if .PageIsEditProjects}}
53-
<a class="ui cancel button" href="/{{.Org.Name}}/-/projects{{if eq .redirect "project"}}/{{.projectID}}{{end}}">
53+
<a class="ui cancel button" href="{{AppSubUrl}}/{{.Org.Name}}/-/projects{{if eq .redirect "project"}}/{{.projectID}}{{end}}">
5454
{{.locale.Tr "repo.milestones.cancel"}}
5555
</a>
5656
<button class="ui primary button">

0 commit comments

Comments
 (0)