1
0
mirror of https://github.com/ascribe/onion.git synced 2025-02-14 21:10:27 +01:00

sharare button moved to the right

This commit is contained in:
Cevo 2015-10-08 10:14:50 +02:00
parent 924b462cc1
commit 087884ef3c

View File

@ -291,6 +291,9 @@ let EditionSummary = React.createClass({
editions={[this.props.edition]} editions={[this.props.edition]}
handleSuccess={this.handleSuccess}> handleSuccess={this.handleSuccess}>
{withdrawButton} {withdrawButton}
<DeleteButton
handleSuccess={this.props.handleDeleteSuccess}
editions={[this.props.edition]}/>
{unconsignRequestButton} {unconsignRequestButton}
<AclInformationButton/> <AclInformationButton/>
</AclButtonList> </AclButtonList>