Don't display inline comment's Reply in standalone view

Summary: NOTE: This is starting to be too hacky.

Test Plan:
View revision with inline diffs, verify that Reply is there.
View standalone - no Reply.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

Differential Revision: https://secure.phabricator.com/D2263
This commit is contained in:
vrana
2012-04-17 21:18:30 -07:00
parent dec8acd803
commit 7e571994bc
3 changed files with 26 additions and 14 deletions

View File

@@ -202,7 +202,7 @@ final class DifferentialChangesetViewController extends DifferentialController {
if ($request->isAjax()) {
// TODO: This is sort of lazy, the effect is just to not render "Edit"
// links on the "standalone view".
// and "Reply" links on the "standalone view".
$parser->setUser($request->getUser());
}