diff --git a/src/main/twirl/pulls/discussion.scala.html b/src/main/twirl/pulls/conversation.scala.html similarity index 100% rename from src/main/twirl/pulls/discussion.scala.html rename to src/main/twirl/pulls/conversation.scala.html diff --git a/src/main/twirl/pulls/pullreq.scala.html b/src/main/twirl/pulls/pullreq.scala.html index e7b0975ab..f26941257 100644 --- a/src/main/twirl/pulls/pullreq.scala.html +++ b/src/main/twirl/pulls/pullreq.scala.html @@ -33,13 +33,13 @@ }
-
- @pulls.html.discussion(issue, pullreq, comments, issueLabels, collaborators, milestones, labels, hasWritePermission, repository) +
+ @pulls.html.conversation(issue, pullreq, comments, issueLabels, collaborators, milestones, labels, hasWritePermission, repository)
@pulls.html.commits(dayByDayCommits, repository)