mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Link Phabricator from footer
Summary: I need to visit Phabricator homepage (usually to read the docs) quite often. This is also kind of a signature. Test Plan: Clicked it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3335
This commit is contained in:
parent
269a151f7a
commit
801a176274
1 changed files with 3 additions and 1 deletions
|
@ -472,7 +472,9 @@ final class PhabricatorStandardPageView extends AphrontPageView {
|
|||
$foot_links = array();
|
||||
|
||||
$version = PhabricatorEnv::getEnvConfig('phabricator.version');
|
||||
$foot_links[] = phutil_escape_html('Phabricator '.$version);
|
||||
$foot_links[] =
|
||||
'<a href="http://phabricator.org/">Phabricator</a> '.
|
||||
phutil_escape_html($version);
|
||||
|
||||
$foot_links[] =
|
||||
'<a href="https://secure.phabricator.com/maniphest/task/create/">'.
|
||||
|
|
Loading…
Reference in a new issue