mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 22:40:55 +01:00
Correct link in Badges email
Summary: Fixes T9231, adds a correct link Test Plan: read Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9231 Differential Revision: https://secure.phabricator.com/D13950
This commit is contained in:
parent
5317f77f30
commit
89336197e3
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ final class PhabricatorBadgesEditor
|
|||
|
||||
$body->addLinkSection(
|
||||
pht('BADGE DETAIL'),
|
||||
PhabricatorEnv::getProductionURI('/badge/view/'.$object->getID().'/'));
|
||||
PhabricatorEnv::getProductionURI('/badges/view/'.$object->getID().'/'));
|
||||
return $body;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue