1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-24 14:30:56 +01:00

Fix an issue with item list view icon labels (including Differential date updated times) not appearing in the UI

Summary: In D19855, I removed a no-longer-necessary link around icons in some cases, but incorrectly discarded labels in other cases. Restore labels.

Test Plan: Viewed Differential revision list, saw date stamps again.

Reviewers: amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D19871
This commit is contained in:
epriestley 2018-12-12 09:29:27 -08:00
parent 66ff6d4a2c
commit 265f1f9c4d

View file

@ -471,7 +471,10 @@ final class PHUIObjectItemView extends AphrontTagView {
array(
'class' => implode(' ', $classes),
),
$icon);
array(
$icon,
$label,
));
}
$icons[] = phutil_tag(