mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
remove licence for piece list item
This commit is contained in:
parent
c61fd71108
commit
3958c104f1
@ -51,12 +51,12 @@ let AccordionListItem = React.createClass({
|
||||
<h1 className="truncate" onClick={this.handleClick}>{this.props.content.title}</h1>
|
||||
</OverlayTrigger>
|
||||
<h3>{getLangText('by %s', this.props.content.artist_name)}</h3>
|
||||
<div>
|
||||
{/* <div>
|
||||
<span>{this.props.content.date_created.split('-')[0]}</span>
|
||||
<a href={this.props.content.license_type.url} target="_blank" className="pull-right">
|
||||
{getLangText('%s license', this.props.content.license_type.code)}
|
||||
</a>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
<span style={{'clear': 'both'}}></span>
|
||||
<div className="request-action-batch">
|
||||
|
Loading…
Reference in New Issue
Block a user