Skip to content

Commit

Permalink
Fix pull_review.go referring to the wrong template
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCocoon committed Nov 5, 2024
1 parent c1735ac commit 0e10d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/web/repo/pull_review.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
const (
tplDiffConversation base.TplName = "repo/diff/conversation"
tplConversationOutdated base.TplName = "repo/diff/conversation_outdated"
tplTimelineConversation base.TplName = "repo/conversation/conversation"
tplTimelineConversation base.TplName = "repo/issue/view_content/conversation"
tplNewComment base.TplName = "repo/diff/new_comment"
)

Expand Down

0 comments on commit 0e10d6d

Please sign in to comment.