Skip to content

Commit

Permalink
Fix Blockchain.info links
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirobit committed Jan 8, 2020
1 parent fc2a864 commit 3a8c8a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion views/blocks.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a href="https://blockchain.com/btc/block/<?= $block["hash"] ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> Blockchain.com</a></li>
<li><a href="https://www.blockchain.com/btc/block/<?= $block["hash"] ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> Blockchain.com</a></li>
<li><a href="https://live.blockcypher.com/btc/block/<?= $block["hash"] ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> BlockCypher</a></li>
<li><a href="https://www.smartbit.com.au/block/<?= $block["hash"] ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> Smartbit</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion views/forks.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a href="https://blockchain.info/block/<?= $block["hash"] ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> Blockchain.info</a></li>
<li><a href="https://bitcoinchain.com/block_explorer/block/<?= $block["hash"] ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> BitcoinChain.com</a></li>
</ul>
</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion views/mempool.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a href="https://blockchain.info/tx/<?= $key ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> Blockchain.info</a></li>
<li><a href="https://www.blockchain.com/btc/tx/<?= $key ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> Blockchain.com</a></li>
<li><a href="https://blockexplorer.com/tx/<?= $key ?>" target="_blank"><i class="fa fa-search-plus fa-lg" style="color:lightblue"></i> Bitcoin Block Explorer</a></li>
<li><a href="https://live.blockcypher.com/btc/tx/<?= $key ?>" target="_blank"><i class="fa fa-search-minus fa-lg" style="color:lightblue"></i> BlockCypher</a></li>
<li><a href="https://duckduckgo.com/?q=<?= $key ?>" target="_blank"><i class="fa fa-search fa-lg" style="color:lightblue"></i> DuckDuckGo</a></li>
Expand Down
2 changes: 1 addition & 1 deletion views/wallet.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a href="https://blockchain.com/btc/tx/<?= $utxo["hash"] ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> Blockchain.com</a></li>
<li><a href="https://www.blockchain.com/btc/tx/<?= $utxo["hash"] ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> Blockchain.com</a></li>
<li><a href="https://live.blockcypher.com/btc/tx/<?= $utxo["hash"] ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> BlockCypher</a></li>
<li><a href="https://www.smartbit.com.au/tx/<?= $utxo["hash"] ?>" target="_blank"><i class="fa fa-globe fa-lg" style="color:lightblue"></i> Smartbit</a></li>
</ul>
Expand Down

0 comments on commit 3a8c8a4

Please sign in to comment.