@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.

[Redesign] Fix Maniphest closed header tags

Summary: Ref T8099, Fixes padding and spacing when status tags are coming from Maniphest. Also, maybe remove this?

Test Plan: Test closed tasks in Maniphest.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099

Differential Revision: https://secure.phabricator.com/D13434

+1 -1
+1 -1
src/applications/maniphest/constants/ManiphestTaskStatus.php
··· 99 99 $tag = phutil_tag( 100 100 'span', 101 101 array( 102 - 'class' => 'phui-header-'.$color.' plr', 102 + 'class' => 'phui-header-status phui-header-'.$color, 103 103 ), 104 104 array( 105 105 $img,