TreeRenderer: remove duplicate actions

This commit is contained in:
Thomas Gelf 2016-11-29 11:21:10 +01:00
parent ca16f22a62
commit b954a67c79

View file

@ -139,7 +139,6 @@ class TreeRenderer extends Renderer
)->setContent($node->operatorHtml());
}
$td = $tr->createElement('td');
$td->addContent($this->getActionIcons($bp, $node));
if ($node instanceof BpNode && $node->hasInfoUrl()) {
$td->add($this->createInfoAction($node));