1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 15:22:41 +01:00

Give project tags hovercards

Summary: I don't think these ever had hovercards, but they should with subprojects/new design.

Test Plan: pointey pointey, got a card

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D15180
This commit is contained in:
epriestley 2016-02-03 14:48:54 -08:00
parent 68254a046f
commit 0a735694ae

View file

@ -16,7 +16,9 @@ final class ProjectRemarkupRule extends PhabricatorObjectRemarkupRule {
return '#'.$id; return '#'.$id;
} }
return $handle->renderTag(); $tag = $handle->renderTag();
$tag->setPHID($handle->getPHID());
return $tag;
} }
protected function getObjectIDPattern() { protected function getObjectIDPattern() {