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:
parent
d3323d0b3d
commit
72734318e7
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue