Page MenuHomePhabricator

D8895.diff
No OneTemporary

D8895.diff

diff --git a/src/view/phui/PHUITimelineEventView.php b/src/view/phui/PHUITimelineEventView.php
--- a/src/view/phui/PHUITimelineEventView.php
+++ b/src/view/phui/PHUITimelineEventView.php
@@ -234,14 +234,16 @@
}
}
+ $image_uri = $this->userHandle->getImageURI();
+
$wedge = phutil_tag(
'div',
array(
'class' => 'phui-timeline-wedge phui-timeline-border',
+ 'style' => (nonempty($image_uri)) ? '' : 'display: none;',
),
'');
- $image_uri = $this->userHandle->getImageURI();
$image = phutil_tag(
'div',
array(

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 10, 5:35 PM (3 d, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6725618
Default Alt Text
D8895.diff (598 B)

Event Timeline