From 924b462cc1a4386934db9fada8c3090834fd3c36 Mon Sep 17 00:00:00 2001 From: Cevo Date: Thu, 8 Oct 2015 10:14:06 +0200 Subject: [PATCH] sharare button moved to the right --- js/components/ascribe_buttons/acl_button_list.js | 12 ++++++------ .../ascribe_buttons/acl_information_button.js | 2 +- js/components/ascribe_detail/edition.js | 3 --- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/js/components/ascribe_buttons/acl_button_list.js b/js/components/ascribe_buttons/acl_button_list.js index 73f00c90..ef48dd65 100644 --- a/js/components/ascribe_buttons/acl_button_list.js +++ b/js/components/ascribe_buttons/acl_button_list.js @@ -46,6 +46,12 @@ let AclButtonList = React.createClass({ return (
+ - {this.props.children}
diff --git a/js/components/ascribe_buttons/acl_information_button.js b/js/components/ascribe_buttons/acl_information_button.js index 7042e086..9d637c70 100644 --- a/js/components/ascribe_buttons/acl_information_button.js +++ b/js/components/ascribe_buttons/acl_information_button.js @@ -4,7 +4,7 @@ 'use strict'; import React from 'react'; -import classnames from 'classnames'; +import classnames from 'classnames'; import DropdownButton from 'react-bootstrap/lib/Button'; diff --git a/js/components/ascribe_detail/edition.js b/js/components/ascribe_detail/edition.js index 501b4c6b..4c8f8919 100644 --- a/js/components/ascribe_detail/edition.js +++ b/js/components/ascribe_detail/edition.js @@ -291,9 +291,6 @@ let EditionSummary = React.createClass({ editions={[this.props.edition]} handleSuccess={this.handleSuccess}> {withdrawButton} - {unconsignRequestButton}