mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Update location for "Related Commits" link in owners tool list
Summary: D1631 updated the url for related commits, but missed the link here. This rev updates the link in the owners tool list. Task ID: # Blame Rev: Test Plan: clicked the link, and it worked Revert Plan: Tags: Reviewers: epriestley, jungejason Reviewed By: jungejason CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1691
This commit is contained in:
parent
a22827865f
commit
913510a9a9
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class PhabricatorOwnersListController extends PhabricatorOwnersController {
|
|||
phutil_render_tag(
|
||||
'a',
|
||||
array(
|
||||
'href' => '/owners/related/view/all/?phid='.$package->getPHID(),
|
||||
'href' => '/owners/related/package/?phid='.$package->getPHID(),
|
||||
),
|
||||
phutil_escape_html('Related Commits'))
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue