diff --git a/src/applications/people/controller/PhabricatorPeopleProfileViewController.php b/src/applications/people/controller/PhabricatorPeopleProfileViewController.php --- a/src/applications/people/controller/PhabricatorPeopleProfileViewController.php +++ b/src/applications/people/controller/PhabricatorPeopleProfileViewController.php @@ -58,8 +58,8 @@ ->appendChild($feed); $projects = $this->buildProjectsView($user); - $badges = $this->buildBadgesView($user); $calendar = $this->buildCalendarDayView($user); + $badges = $this->buildBadgesView($user); require_celerity_resource('project-view-css'); $home = id(new PHUITwoColumnView()) @@ -73,8 +73,8 @@ ->setSideColumn( array( $projects, - $badges, $calendar, + $badges, )); $nav = $this->getProfileMenu();