1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02: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]}
handleSuccess={this.handleSuccess}>
{withdrawButton}
<DeleteButton
handleSuccess={this.props.handleDeleteSuccess}
editions={[this.props.edition]}/>
{unconsignRequestButton}
<AclInformationButton/>
</AclButtonList>