mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Add number of editions on button
This commit is contained in:
parent
efe1e44c9d
commit
bd270f1e8c
@ -111,8 +111,8 @@ let TableItemSubtable = React.createClass({
|
||||
<div className="row">
|
||||
{calcColumnElementContent()}
|
||||
<div className="col-xs-2 col-sm-2 col-md-2 col-lg-2 ascribe-table-item-column">
|
||||
<TableItemSubtableButton content="Editions" onClick={this.loadEditionList}>
|
||||
</TableItemSubtableButton>
|
||||
<TableItemSubtableButton content={this.props.columnContent['num_editions'] + ' Editions'}
|
||||
onClick={this.loadEditionList} />
|
||||
</div>
|
||||
</div>
|
||||
{renderEditionListTable()}
|
||||
@ -121,4 +121,4 @@ let TableItemSubtable = React.createClass({
|
||||
}
|
||||
});
|
||||
|
||||
export default TableItemSubtable;
|
||||
export default TableItemSubtable;
|
||||
|
Loading…
Reference in New Issue
Block a user