Remove duplicate inline row scaffold in 1up renderer
Summary: Ref T2009. This can now be removed. Test Plan: Added, edited and deleted an inline comment in 1up view. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T2009 Differential Revision: https://secure.phabricator.com/D11998
This commit is contained in:
@@ -95,17 +95,7 @@ final class DifferentialChangesetOneUpRenderer
|
||||
$inline = $this->buildInlineComment(
|
||||
$p['comment'],
|
||||
$p['right']);
|
||||
|
||||
$out[] = phutil_tag(
|
||||
'tr',
|
||||
array(),
|
||||
array(
|
||||
phutil_tag('th'),
|
||||
phutil_tag('th'),
|
||||
$no_copy,
|
||||
phutil_tag('td', array(), $inline),
|
||||
$no_coverage,
|
||||
));
|
||||
$out[] = $this->getRowScaffoldForInline($inline);
|
||||
break;
|
||||
case 'no-context':
|
||||
$out[] = phutil_tag(
|
||||
|
||||
Reference in New Issue
Block a user