0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 11:22:40 +00:00

Added a view source button to the share page

This commit is contained in:
Scott Tolksdorf
2016-01-14 12:29:49 -05:00
parent 16264f78fa
commit c92204d99b
3 changed files with 34 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ var SharePage = React.createClass({
return(
<div className='sharePage'>
<Statusbar
sourceText={this.props.entry.text}
lastUpdated={this.props.entry.updatedAt}
views={this.props.entry.views}
printId={this.props.entry.shareId}