mirror of
https://github.com/ascribe/onion.git
synced 2025-01-08 20:55:59 +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>
|
<h1 className="truncate" onClick={this.handleClick}>{this.props.content.title}</h1>
|
||||||
</OverlayTrigger>
|
</OverlayTrigger>
|
||||||
<h3>{getLangText('by %s', this.props.content.artist_name)}</h3>
|
<h3>{getLangText('by %s', this.props.content.artist_name)}</h3>
|
||||||
<div>
|
{/* <div>
|
||||||
<span>{this.props.content.date_created.split('-')[0]}</span>
|
<span>{this.props.content.date_created.split('-')[0]}</span>
|
||||||
<a href={this.props.content.license_type.url} target="_blank" className="pull-right">
|
<a href={this.props.content.license_type.url} target="_blank" className="pull-right">
|
||||||
{getLangText('%s license', this.props.content.license_type.code)}
|
{getLangText('%s license', this.props.content.license_type.code)}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
<span style={{'clear': 'both'}}></span>
|
<span style={{'clear': 'both'}}></span>
|
||||||
<div className="request-action-batch">
|
<div className="request-action-batch">
|
||||||
|
Loading…
Reference in New Issue
Block a user