mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42: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:
parent
68254a046f
commit
0a735694ae
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ final class ProjectRemarkupRule extends PhabricatorObjectRemarkupRule {
|
|||
return '#'.$id;
|
||||
}
|
||||
|
||||
return $handle->renderTag();
|
||||
$tag = $handle->renderTag();
|
||||
$tag->setPHID($handle->getPHID());
|
||||
return $tag;
|
||||
}
|
||||
|
||||
protected function getObjectIDPattern() {
|
||||
|
|
Loading…
Reference in a new issue