mirror of
https://github.com/ascribe/onion.git
synced 2025-02-01 20:39:57 +01:00
readd year again
This commit is contained in:
parent
85d7399041
commit
7cc5585eb1
@ -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