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

Make the Install Dashboard button green

Summary: GREEN

Test Plan: View a dashboard page, see green button

Reviewers: amckinley, epriestley

Reviewed By: epriestley

Subscribers: epriestley

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

authored by

Chad Little and committed by
chad
2325c61a a1b10824

+1
+1
src/applications/dashboard/controller/PhabricatorDashboardViewController.php
··· 47 47 ->setTag('a') 48 48 ->setText('Install Dashboard') 49 49 ->setIcon('fa-plus') 50 + ->setColor(PHUIButtonView::GREEN) 50 51 ->setWorkflow(true) 51 52 ->setHref($this->getApplicationURI("/install/{$id}/")); 52 53 $header->addActionLink($install_button);