mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Remove Report A Bug
Summary: Removed the 'Report a Bug' link from the footer Test Plan: Tried looking through all the phabricator pages but didn't quite get around to it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4528
This commit is contained in:
parent
f7cc0886a0
commit
721071e5b3
1 changed files with 0 additions and 5 deletions
|
@ -384,11 +384,6 @@ final class PhabricatorStandardPageView extends PhabricatorBarePageView {
|
|||
'<a href="http://phabricator.org/">Phabricator</a> '.
|
||||
phutil_escape_html($version);
|
||||
|
||||
$foot_links[] =
|
||||
'<a href="https://secure.phabricator.com/maniphest/task/create/">'.
|
||||
'Report a Bug'.
|
||||
'</a>';
|
||||
|
||||
if (PhabricatorEnv::getEnvConfig('darkconsole.enabled') &&
|
||||
!PhabricatorEnv::getEnvConfig('darkconsole.always-on')) {
|
||||
if ($console) {
|
||||
|
|
Loading…
Reference in a new issue