Move PhabricatorHovercard to PHUIHovercard

Summary: No UI changes, just some search and replace for UI consistency.

Test Plan: Test person and object hovercards still work. UIExamples too.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15172
This commit is contained in:
Chad Little
2016-02-03 16:26:30 +00:00
committed by chad
parent d156da3402
commit 6bb24e1d0c
18 changed files with 81 additions and 81 deletions

View File

@@ -276,7 +276,7 @@ final class PhabricatorObjectHandle
}
public function renderHovercardLink($name = null) {
Javelin::initBehavior('phabricator-hovercards');
Javelin::initBehavior('phui-hovercards');
$attributes = array(
'sigil' => 'hovercard',