From 67da88fab5c823137307228c1a6d7ef70503ef7a Mon Sep 17 00:00:00 2001 From: Tomofumi Tanaka Date: Sun, 1 Jun 2014 22:45:10 +0900 Subject: [PATCH] Use "Conversation" instead of "Discussion" Github uses "Conversation" now. --- .../{discussion.scala.html => conversation.scala.html} | 0 src/main/twirl/pulls/pullreq.scala.html | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/main/twirl/pulls/{discussion.scala.html => conversation.scala.html} (100%) 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)