mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 09:12:41 +01:00
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
This commit is contained in:
parent
d032eea216
commit
1747b4d318
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ final class PhabricatorRemarkupControl extends AphrontFormTextAreaControl {
|
||||||
'align' => 'right',
|
'align' => 'right',
|
||||||
);
|
);
|
||||||
|
|
||||||
$actions['fa-life-bouy'] = array(
|
$actions['fa-book'] = array(
|
||||||
'tip' => pht('Help'),
|
'tip' => pht('Help'),
|
||||||
'align' => 'right',
|
'align' => 'right',
|
||||||
'href' => PhabricatorEnv::getDoclink('Remarkup Reference'),
|
'href' => PhabricatorEnv::getDoclink('Remarkup Reference'),
|
||||||
|
|
Loading…
Reference in a new issue