mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-23 20:19:03 +01:00
Add footer link to report a bug
Summary: According to http://www.phabricator.com/docs/phabricator/article/Give_Feedback!_Get_Support!.html, we love feedback. But there is no way to provide it without reading the docs. Test Plan: Clicked the link. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin, ldemailly Differential Revision: https://secure.phabricator.com/D2975
This commit is contained in:
parent
e0d4793e74
commit
23f2ffb81c
1 changed files with 5 additions and 0 deletions
|
@ -323,6 +323,11 @@ final class PhabricatorStandardPageView extends AphrontPageView {
|
||||||
$version = PhabricatorEnv::getEnvConfig('phabricator.version');
|
$version = PhabricatorEnv::getEnvConfig('phabricator.version');
|
||||||
$foot_links[] = phutil_escape_html('Phabricator '.$version);
|
$foot_links[] = phutil_escape_html('Phabricator '.$version);
|
||||||
|
|
||||||
|
$foot_links[] =
|
||||||
|
'<a href="https://secure.phabricator.com/maniphest/task/create/">'.
|
||||||
|
'Report a Bug'.
|
||||||
|
'</a>';
|
||||||
|
|
||||||
if (PhabricatorEnv::getEnvConfig('darkconsole.enabled') &&
|
if (PhabricatorEnv::getEnvConfig('darkconsole.enabled') &&
|
||||||
!PhabricatorEnv::getEnvConfig('darkconsole.always-on')) {
|
!PhabricatorEnv::getEnvConfig('darkconsole.always-on')) {
|
||||||
if ($console) {
|
if ($console) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue