1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 05:50:55 +01:00

Display short description for non full width apps on homepage

Test Plan: Hovered over it.

Reviewers: chad, epriestley

Reviewed By: chad

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4630
This commit is contained in:
vrana 2013-01-24 17:02:21 -08:00
parent d3323d0b3d
commit 72734318e7

View file

@ -125,6 +125,7 @@ final class PhabricatorApplicationLaunchView extends AphrontView {
array(
'class' => implode(' ', $classes),
'href' => $application ? $application->getBaseURI() : null,
'title' => $application ? $application->getShortDescription() : null,
),
$icon.
$this->renderSingleView($content));