mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
coa button
This commit is contained in:
parent
fbba3f4670
commit
59cc9cbbce
@ -617,9 +617,11 @@ let CoaDetails = React.createClass({
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<p className="text-center ascribe-button-list">
|
<p className="text-center ascribe-button-list">
|
||||||
<button className="btn btn-default btn-xs" href={this.state.coa.url_safe} target="_blank">
|
<a href={this.state.coa.url_safe} target="_blank">
|
||||||
Download <Glyphicon glyph="cloud-download"/>
|
<button className="btn btn-default btn-xs">
|
||||||
</button>
|
Download <Glyphicon glyph="cloud-download"/>
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
<Link to="coa_verify">
|
<Link to="coa_verify">
|
||||||
<button className="btn btn-default btn-xs">
|
<button className="btn btn-default btn-xs">
|
||||||
Verify <Glyphicon glyph="check"/>
|
Verify <Glyphicon glyph="check"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user