Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15332778
D16790.id40445.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.id40445.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
Sat, Mar 8, 8:13 PM (4 w, 33 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7327283
Default Alt Text
D16790.id40445.diff (873 B)
Attached To
Mode
D16790: Move "Calendar" above "Badges" on user profiles
Attached
Detach File
Event Timeline
Log In to Comment