diff --git a/routers/web/repo/commit_comment.go b/routers/web/repo/commit_comment.go index fbf1d86460..9b906064f0 100644 --- a/routers/web/repo/commit_comment.go +++ b/routers/web/repo/commit_comment.go @@ -18,8 +18,8 @@ import ( ) var ( - tplNewCommitComment templates.TplName = "repo/diff/new_commit_comment" - tplCommitConversation templates.TplName = "repo/diff/commit_conversation" + tplNewCommitComment templates.TplName = "repo/diff/new_commit_comment" + tplCommitConversation templates.TplName = "repo/diff/commit_conversation" ) // RenderNewCommitCommentForm renders the comment form for inline commit comments.