0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 05:02:43 +00:00

Added report back to edit

This commit is contained in:
Scott Tolksdorf
2016-12-03 13:59:18 -05:00
parent 8e6fccc969
commit 1eeb1127b1
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# changelog
### Saturday, 03/12/2016 - v2.6.0
- Added report back to the edit page
### Thursday, 01/12/2016
- Added in a snippet for a split table
- Added an account nav item to new page

View File

@@ -193,6 +193,7 @@ const EditPage = React.createClass({
<Nav.section>
{this.renderSaveButton()}
{/*<RecentlyEdited brew={this.props.brew} />*/}
<ReportIssue />
<Nav.item newTab={true} href={'/share/' + this.props.brew.shareId} color='teal' icon='fa-share-alt'>
Share
</Nav.item>