mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 22:31:08 +00:00
Fixes #61
This commit is contained in:
parent
540110f060
commit
a169c44929
1 changed files with 4 additions and 2 deletions
|
@ -132,8 +132,10 @@ var ChatMessage = React.createClass({
|
|||
</strong>
|
||||
<small className="pull-right text-muted">
|
||||
{deleteButton}
|
||||
<i className="fa fa-clock-o fa-fw"></i>
|
||||
{this.state.createdAt}
|
||||
<span className="hidden-xs">
|
||||
<i className="fa fa-clock-o fa-fw"></i>
|
||||
{this.state.createdAt}
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
<p className="wordwrap">{this.messageContent()}</p>
|
||||
|
|
Loading…
Reference in a new issue