Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14013678
D8895.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
598 B
Referenced Files
None
Subscribers
None
D8895.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 3, 9:45 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6725618
Default Alt Text
D8895.id.diff (598 B)
Attached To
Mode
D8895: Remove errant wedgies in timeline
Attached
Detach File
Event Timeline
Log In to Comment