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 (
|
||||
<div>
|
||||
<p className="text-center ascribe-button-list">
|
||||
<button className="btn btn-default btn-xs" href={this.state.coa.url_safe} target="_blank">
|
||||
Download <Glyphicon glyph="cloud-download"/>
|
||||
</button>
|
||||
<a href={this.state.coa.url_safe} target="_blank">
|
||||
<button className="btn btn-default btn-xs">
|
||||
Download <Glyphicon glyph="cloud-download"/>
|
||||
</button>
|
||||
</a>
|
||||
<Link to="coa_verify">
|
||||
<button className="btn btn-default btn-xs">
|
||||
Verify <Glyphicon glyph="check"/>
|
||||
|
Loading…
Reference in New Issue
Block a user