@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 resource path in CSS.

Summary: Accidental overright of the URL.

Test Plan: Reload apps page.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+3 -3
+3 -3
webroot/rsrc/css/application/base/phabricator-application-launch-view.css
··· 139 139 } 140 140 141 141 .phabricator-application-status-type-needs { 142 - background-image: url(/res/2c1e193b/rsrc/image/appstatus_needs.png); 142 + background-image: url(/rsrc/image/appstatus_needs.png); 143 143 } 144 144 145 145 .phabricator-application-status-type-empty { 146 - background-image: url(/res/2f8102e0/rsrc/image/appstatus_empty.png); 146 + background-image: url(/rsrc/image/appstatus_empty.png); 147 147 } 148 148 149 149 .phabricator-application-status-type-info { 150 - background-image: url(/res/407de6da/rsrc/image/appstatus_info.png); 150 + background-image: url(/rsrc/image/appstatus_info.png); 151 151 }