1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Remove accidental double-rendering of content sources from Differential

Summary: Oops, I left this in from an earlier version and missed it since I was
mostly looking at Maniphest for testing. We already render this information in
the header, don't additionally render it under the comments.

Test Plan: derp derp, loaded any revision with sourced comments

Reviewers: jungejason, tuomaspelkonen, aran

Reviewed By: jungejason

CC: aran, jungejason

Differential Revision: 871
This commit is contained in:
epriestley 2011-08-30 12:13:28 -07:00
parent 76c11ea32e
commit f7e136ecd2

View file

@ -285,7 +285,6 @@ final class DifferentialRevisionCommentView extends AphrontView {
'</div>'.
$inline_render.
'</div>'.
$content_source->render().
'</div>');
}