We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d4793 commit 23f2ffbCopy full SHA for 23f2ffb
src/view/page/PhabricatorStandardPageView.php
@@ -323,6 +323,11 @@ protected function getBody() {
323
$version = PhabricatorEnv::getEnvConfig('phabricator.version');
324
$foot_links[] = phutil_escape_html('Phabricator '.$version);
325
326
+ $foot_links[] =
327
+ '<a href="https://secure.phabricator.com/maniphest/task/create/">'.
328
+ 'Report a Bug'.
329
+ '</a>';
330
+
331
if (PhabricatorEnv::getEnvConfig('darkconsole.enabled') &&
332
!PhabricatorEnv::getEnvConfig('darkconsole.always-on')) {
333
if ($console) {
0 commit comments