1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 21:52:08 +02:00

remove licence for piece list item

This commit is contained in:
Tim Daubenschütz 2015-07-08 10:56:05 +02:00
parent c61fd71108
commit 3958c104f1

View File

@ -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">