Fix buildbot application

Was using deprecated class.
This commit is contained in:
2015-05-18 15:27:46 +05:00
parent b5e7136f68
commit 320ffa2308

View File

@@ -17,9 +17,8 @@ final class PhabricatorBuildbotController extends PhabricatorController {
</script>
See <a href="https://builder.blender.org/download">builder.blender.org</a>.';
$panel = new AphrontPanelView();
$panel = new PHUIObjectBoxView();
$panel->appendChild(phutil_safe_html($html));
$panel->setNoBackground();
$content = array(
$panel