1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02: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:
epriestley 2012-03-14 07:39:42 -07:00
parent 30da602285
commit efd6e087dc

View file

@ -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'))
);