mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 13:52:40 +01:00
Fix package list table to point into /audits/
Summary: I missed this URI when grepping for old links. Test Plan: Clicked the link, didn't 404. Reviewers: davidreuss, btrahan Reviewed By: davidreuss CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1895
This commit is contained in:
parent
30da602285
commit
efd6e087dc
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ final class PhabricatorOwnersListController
|
|||
phutil_render_tag(
|
||||
'a',
|
||||
array(
|
||||
'href' => '/owners/related/package/?phid='.$package->getPHID(),
|
||||
'href' => '/audit/view/packagecommits/?phid='.$package->getPHID(),
|
||||
),
|
||||
phutil_escape_html('Related Commits'))
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue