mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
allow download for non-renderable files
This commit is contained in:
parent
0cc48a73e4
commit
c415e97e42
@ -55,6 +55,7 @@ let MediaContainer = React.createClass({
|
||||
encodingStatus={this.props.content.digital_work.isEncoding} />
|
||||
<p className="text-center">
|
||||
<AclProxy
|
||||
show={['video', 'audio', 'image'].indexOf(mimetype) === -1 || this.props.content.acl.acl_download}
|
||||
aclObject={this.props.content.acl}
|
||||
aclName="acl_download">
|
||||
<Button bsSize="xsmall" className="ascribe-margin-1px" href={this.props.content.digital_work.url} target="_blank">
|
||||
|
Loading…
Reference in New Issue
Block a user