0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 02:02:43 +00:00

Initial commit

This commit is contained in:
G.Ambatte
2021-01-17 18:52:56 +13:00
parent 717a5886cf
commit 715ddf2b8c
2 changed files with 51 additions and 3 deletions

View File

@@ -60,7 +60,10 @@ const SharePage = createClass({
<Nav.section>
<PrintLink shareId={this.processShareId()} />
<Nav.item href={`/source/${this.processShareId()}`} color='teal' icon='fa-code'>
source
view source
</Nav.item>
<Nav.item href={`/source_dl/${this.processShareId()}`} color='teal' icon='fa-download'>
download source
</Nav.item>
<RecentNavItem brew={this.props.brew} storageKey='view' />
<Account />