mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
add 'mark all read' button
This commit is contained in:
parent
089963b4c7
commit
1d5f234f2c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module.exports = React.createClass({
|
|||
<img src="img/scrollup.svg" width="24" height="24"
|
||||
alt="Scroll to unread messages"
|
||||
title="Scroll to unread messages"/>
|
||||
Unread messages
|
||||
Unread messages. <span style={{ textDecoration: 'underline' }} onClick={this.props.onCloseClick}>Mark all read</span>
|
||||
</div>
|
||||
<img className="mx_TopUnreadMessagesBar_close"
|
||||
src="img/cancel.svg" width="18" height="18"
|
||||
|
|
Loading…
Reference in a new issue