mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
ikonotv acl_submit
This commit is contained in:
parent
d40b671b45
commit
680cc8572f
@ -64,10 +64,14 @@ let IkonotvAccordionListItem = React.createClass({
|
||||
|
||||
getSubmitButtons() {
|
||||
return (
|
||||
<AclProxy
|
||||
aclObject={this.props.content.acl}
|
||||
aclName="acl_submit">
|
||||
<IkonotvSubmitButton
|
||||
className="btn-xs pull-right"
|
||||
handleSuccess={this.handleSubmitSuccess}
|
||||
piece={this.props.content}/>
|
||||
</AclProxy>
|
||||
);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user