Skip to content

Commit

Permalink
fix #1079 added identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
saidaipparla committed Oct 7, 2016
1 parent 04e21be commit d935473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/client/components/catalog/RecordItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const RecordItem = React.createClass({
{this.renderThumb(record && record.thumbnail, record)}
<div>
<h4>{record && record.title}</h4>
<h4><small>{record && record.identifier}</small></h4>
<p className="record-item-description">{this.renderDescription(record)}</p>
</div>
{this.renderButtons(record)}
Expand Down

0 comments on commit d935473

Please sign in to comment.