summaryrefslogtreecommitdiffstats
path: root/templates/issue/create.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/issue/create.tmpl')
-rw-r--r--templates/issue/create.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/issue/create.tmpl b/templates/issue/create.tmpl
index f5cec0c05a..01784cd21e 100644
--- a/templates/issue/create.tmpl
+++ b/templates/issue/create.tmpl
@@ -4,7 +4,7 @@
{{template "repo/toolbar" .}}
<div id="body" class="container">
<div id="issue">
- <form class="form" action="/{{.RepositoryLink}}/issues/new" method="post" id="issue-create-form">
+ <form class="form" action="{{.RepoLink}}/issues/new" method="post" id="issue-create-form">
{{.CsrfTokenHtml}}
<div class="col-md-1">
<img class="avatar" src="{{.SignedUser.AvatarLink}}" alt=""/>
@@ -40,4 +40,4 @@
</form>
</div>
</div>
-{{template "base/footer" .}} \ No newline at end of file
+{{template "base/footer" .}}