mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 09:12:41 +01:00
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:
parent
1352be827e
commit
ac60b23ef9
1 changed files with 1 additions and 11 deletions
|
@ -95,17 +95,7 @@ final class DifferentialChangesetOneUpRenderer
|
||||||
$inline = $this->buildInlineComment(
|
$inline = $this->buildInlineComment(
|
||||||
$p['comment'],
|
$p['comment'],
|
||||||
$p['right']);
|
$p['right']);
|
||||||
|
$out[] = $this->getRowScaffoldForInline($inline);
|
||||||
$out[] = phutil_tag(
|
|
||||||
'tr',
|
|
||||||
array(),
|
|
||||||
array(
|
|
||||||
phutil_tag('th'),
|
|
||||||
phutil_tag('th'),
|
|
||||||
$no_copy,
|
|
||||||
phutil_tag('td', array(), $inline),
|
|
||||||
$no_coverage,
|
|
||||||
));
|
|
||||||
break;
|
break;
|
||||||
case 'no-context':
|
case 'no-context':
|
||||||
$out[] = phutil_tag(
|
$out[] = phutil_tag(
|
||||||
|
|
Loading…
Reference in a new issue