Этот коммит содержится в:
Asaad Mahmood
2015-07-23 00:54:40 +05:00
родитель ecdd160ec0
Коммит 14c1f2424d
13 изменённых файлов: 30 добавлений и 21 удалений

Просмотреть файл

@@ -64,7 +64,7 @@ module.exports = React.createClass({
<div>{"URL: " + currentAudit.action.replace("/api/v1", "")}</div>
</div>
:
<a href="#" onClick={this.handleMoreInfo.bind(this, i)}>More info</a>
<a href="#" className="theme" onClick={this.handleMoreInfo.bind(this, i)}>More info</a>
}
</div>
{i < this.state.audits.length - 1 ?