Add a button to download movies form polochon
This commit is contained in:
parent
884af0f8b8
commit
9c98046c5a
@ -93,6 +93,11 @@ class MovieButtons extends React.Component {
|
|||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
</a>
|
</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="#">
|
<a type="button" className="btn btn-warning" href="#">
|
||||||
<i className="fa fa-external-link"></i> IMDB
|
<i className="fa fa-external-link"></i> IMDB
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user