1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 18:35:09 +01:00

cc-staging

This commit is contained in:
diminator 2015-07-03 15:52:42 +02:00
parent 9d30b9e3b2
commit 37759582ce

View File

@ -166,11 +166,11 @@ let MediaContainer = React.createClass({
</Button>
}
panel={
<pre className="ascribe-pre">
{'<iframe width="560" height="315" src="http://embed.ascribe.io/edition/'
+ this.props.edition.bitcoin_id + '" frameborder="0" allowfullscreen></iframe>'
}
</pre>
<pre className="">
{'<iframe width="560" height="315" src="http://embed.ascribe.io/edition/'
+ this.props.edition.bitcoin_id + '" frameborder="0" allowfullscreen></iframe>'
}
</pre>
}/>
);
}