Page MenuHomePhabricator

D16790.diff
No OneTemporary

D16790.diff

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

Mime Type
text/plain
Expires
Sun, May 12, 2:41 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6291395
Default Alt Text
D16790.diff (873 B)

Event Timeline