Add "report" link to Show page

This commit is contained in:
Alex Liebowitz 2016-11-02 12:13:20 -04:00
parent e228790b28
commit 5d5ec8633e

View file

@ -60,6 +60,9 @@ var FormatItem = React.createClass({
{mediaType == 'video' ? <WatchLink streamName={this.props.name} button="primary" /> : null}
<DownloadLink streamName={this.props.name} button="alt" />
</section>
<section>
<Link href="https://lbry.io/dmca" label="report" className="button-text-help" />
</section>
</div>
</div>
);