mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-25 10:40:16 +01:00
Remove errant wedgies in timeline
Summary: The removes the wedge until such time as we have Herald/Build icons. Actually, this is probably better/cleaner. Test Plan: Have Herald add me as a CC, test new layout in desktop and mobile. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8895
This commit is contained in:
parent
94a2cfbe44
commit
645631b3de
1 changed files with 3 additions and 1 deletions
|
@ -234,14 +234,16 @@ final class PHUITimelineEventView extends AphrontView {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$image_uri = $this->userHandle->getImageURI();
|
||||||
|
|
||||||
$wedge = phutil_tag(
|
$wedge = phutil_tag(
|
||||||
'div',
|
'div',
|
||||||
array(
|
array(
|
||||||
'class' => 'phui-timeline-wedge phui-timeline-border',
|
'class' => 'phui-timeline-wedge phui-timeline-border',
|
||||||
|
'style' => (nonempty($image_uri)) ? '' : 'display: none;',
|
||||||
),
|
),
|
||||||
'');
|
'');
|
||||||
|
|
||||||
$image_uri = $this->userHandle->getImageURI();
|
|
||||||
$image = phutil_tag(
|
$image = phutil_tag(
|
||||||
'div',
|
'div',
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue