Add "report" link to Show page
This commit is contained in:
parent
e228790b28
commit
5d5ec8633e
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue