Add a button to download movies form polochon

This commit is contained in:
Grégoire Delattre 2016-11-23 22:06:23 +01:00
parent 884af0f8b8
commit 9c98046c5a

View File

@ -93,6 +93,11 @@ class MovieButtons extends React.Component {
</span>
}
</a>
{this.props.movie.polochon_url !== "" &&
<a type="button" className="btn btn-primary" href={this.props.movie.polochon_url}>
<i className="fa fa-download"></i> Download
</a>
}
<a type="button" className="btn btn-warning" href="#">
<i className="fa fa-external-link"></i> IMDB
</a>