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

readd year again

This commit is contained in:
Tim Daubenschütz 2015-07-08 11:32:55 +02:00
parent 85d7399041
commit 7cc5585eb1

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">
{/* <a href={this.props.content.license_type.url} target="_blank" className="pull-right">
{getLangText('%s license', this.props.content.license_type.code)}
</a>
</div> */}
</a> */}
</div>
</div>
<span style={{'clear': 'both'}}></span>
<div className="request-action-batch">