Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13995145
D16790.id40438.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
873 B
Referenced Files
None
Subscribers
None
D16790.id40438.diff
View Options
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();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 24, 10:54 AM (3 w, 8 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6735265
Default Alt Text
D16790.id40438.diff (873 B)
Attached To
Mode
D16790: Move "Calendar" above "Badges" on user profiles
Attached
Detach File
Event Timeline
Log In to Comment