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

Use "book" as the "Help" icon in the Remarkup toolbar

Summary: See D16811. I missed this while grepping because the other icon has two aliases (`life-buoy`, `life-ring`) and we were using one of each.

Test Plan: {F1912167}

Reviewers: chad

Reviewed By: chad

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

+1 -1
+1 -1
src/view/form/control/PhabricatorRemarkupControl.php
··· 158 158 'align' => 'right', 159 159 ); 160 160 161 - $actions['fa-life-bouy'] = array( 161 + $actions['fa-book'] = array( 162 162 'tip' => pht('Help'), 163 163 'align' => 'right', 164 164 'href' => PhabricatorEnv::getDoclink('Remarkup Reference'),