Skip to content

Commit 23f2ffb

Browse files
author
vrana
committed
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
1 parent e0d4793 commit 23f2ffb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/view/page/PhabricatorStandardPageView.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,11 @@ protected function getBody() {
323323
$version = PhabricatorEnv::getEnvConfig('phabricator.version');
324324
$foot_links[] = phutil_escape_html('Phabricator '.$version);
325325

326+
$foot_links[] =
327+
'<a href="https://secure.phabricator.com/maniphest/task/create/">'.
328+
'Report a Bug'.
329+
'</a>';
330+
326331
if (PhabricatorEnv::getEnvConfig('darkconsole.enabled') &&
327332
!PhabricatorEnv::getEnvConfig('darkconsole.always-on')) {
328333
if ($console) {

0 commit comments

Comments
 (0)