0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 03:52:40 +00:00

Adding in the print view button to the status bar

This commit is contained in:
Scott Tolksdorf
2016-01-13 17:06:09 -05:00
parent 1a3cd1d8ce
commit 8aca0ef0e8
4 changed files with 47 additions and 19 deletions

View File

@@ -27,6 +27,7 @@ var SharePage = React.createClass({
<Statusbar
lastUpdated={this.props.entry.updatedAt}
views={this.props.entry.views}
printId={this.props.entry.shareId}
/>
<PageContainer text={this.props.entry.text} />