@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+4 -1
+4 -1
src/view/phui/PHUIObjectItemView.php
··· 471 471 array( 472 472 'class' => implode(' ', $classes), 473 473 ), 474 - $icon); 474 + array( 475 + $icon, 476 + $label, 477 + )); 475 478 } 476 479 477 480 $icons[] = phutil_tag(