Initial reposition of the timestamp
This commit is contained in:
parent
5a83adc2b6
commit
6fd61f5816
1 changed files with 7 additions and 5 deletions
|
@ -420,16 +420,18 @@ module.exports = React.createClass({
|
||||||
return (
|
return (
|
||||||
<div className={classes}>
|
<div className={classes}>
|
||||||
<div className="mx_EventTile_msgOption">
|
<div className="mx_EventTile_msgOption">
|
||||||
{ timestamp }
|
|
||||||
{ readAvatars }
|
{ readAvatars }
|
||||||
</div>
|
</div>
|
||||||
{ avatar }
|
{ avatar }
|
||||||
{ sender }
|
{ sender }
|
||||||
<div className="mx_EventTile_line">
|
<div className="mx_EventTile_line">
|
||||||
<EventTileType ref="tile" mxEvent={this.props.mxEvent} highlights={this.props.highlights}
|
{ timestamp }
|
||||||
highlightLink={this.props.highlightLink}
|
<EventTileType ref="tile"
|
||||||
showUrlPreview={this.props.showUrlPreview}
|
mxEvent={this.props.mxEvent}
|
||||||
onWidgetLoad={this.props.onWidgetLoad} />
|
highlights={this.props.highlights}
|
||||||
|
highlightLink={this.props.highlightLink}
|
||||||
|
showUrlPreview={this.props.showUrlPreview}
|
||||||
|
onWidgetLoad={this.props.onWidgetLoad} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue