From ec5f20b399e53cf8378e996e82591cc4f2cf5dfd Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 5 Aug 2017 15:55:31 -0700 Subject: [PATCH] Move PHUIInfoView Summary: Just moves this because I can never easily find it. Test Plan: Check UIExamples Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18348 --- src/__phutil_library_map__.php | 2 +- src/view/{form => phui}/PHUIInfoView.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/view/{form => phui}/PHUIInfoView.php (100%) diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index afaccaacf9..5741de915b 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -1769,7 +1769,7 @@ phutil_register_library_map(array( 'PHUIImageMaskExample' => 'applications/uiexample/examples/PHUIImageMaskExample.php', 'PHUIImageMaskView' => 'view/phui/PHUIImageMaskView.php', 'PHUIInfoExample' => 'applications/uiexample/examples/PHUIInfoExample.php', - 'PHUIInfoView' => 'view/form/PHUIInfoView.php', + 'PHUIInfoView' => 'view/phui/PHUIInfoView.php', 'PHUIInvisibleCharacterTestCase' => 'view/phui/__tests__/PHUIInvisibleCharacterTestCase.php', 'PHUIInvisibleCharacterView' => 'view/phui/PHUIInvisibleCharacterView.php', 'PHUILeftRightExample' => 'applications/uiexample/examples/PHUILeftRightExample.php', diff --git a/src/view/form/PHUIInfoView.php b/src/view/phui/PHUIInfoView.php similarity index 100% rename from src/view/form/PHUIInfoView.php rename to src/view/phui/PHUIInfoView.php