add 'mark all read' button

This commit is contained in:
Matthew Hodgson 2016-04-12 14:29:36 +01:00
parent 089963b4c7
commit 1d5f234f2c

View File

@ -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"