pull/2081/head
maxgrapps 5 years ago
parent 91031ffbc1
commit fdcc4e26ff
  1. 3
      apps/block_scout_web/assets/css/components/_verify_other_explorers.scss
  2. 2
      apps/block_scout_web/lib/block_scout_web/templates/address/_verify_other_explorer_modal.html.eex
  3. 2
      apps/block_scout_web/lib/block_scout_web/templates/address/_verify_other_explorers.html.eex
  4. 2
      apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex

@ -155,6 +155,7 @@
.verify-other-explorers-modal-row {
display: table-row;
height: 29px;
&:first-child {
.verify-other-explorers-cell.left {
.exp-logo {
@ -166,6 +167,7 @@
}
}
}
&:nth-child(2) {
.verify-other-explorers-cell.left {
.exp-logo {
@ -178,6 +180,7 @@
}
}
}
&:nth-child(3) {
.verify-other-explorers-cell.left {
.exp-logo {

@ -1,6 +1,6 @@
<div class="verify-other-explorers-modal-row">
<div class="verify-other-explorers-cell left">
<span class="exp-logo">
<span class="exp-logo st-logo">
<%= @header %>
</span>
</div>

@ -6,7 +6,7 @@
<%= render "_verify_other_explorer.html", hash: @hash, type: @type, header: "Etherscan.io", class: "etherscan", address_link: "https://etherscan.io/address/", tx_link: "https://etherscan.io/tx/" %>
<%= render "_verify_other_explorer.html", hash: @hash, type: @type, header: "Blockchair.com", class: "blockchair", address_link: "https://blockchair.com/ethereum/address/", tx_link: "https://blockchair.com/ethereum/transaction/" %>
<%= render "_verify_other_explorer.html", hash: @hash, type: @type, header: "Etherchain.org", class: "etherchain", address_link: "https://www.etherchain.org/account/", tx_link: "https://www.etherchain.org/tx/" %>
<a href="#" class="verify-other-explorers-more" data-toggle="modal" data-target="#explorersModal" data-placement="top" data-original-title="Explorers">
<a href="#" class="verify-other-explorers-more" data-toggle="modal" data-target="#explorersModal">
<span data-toggle="tooltip" data-placement="top" data-original-title="Explorers"></span>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="4">
<path fill="#49A2EE" fill-rule="evenodd" d="M16 4a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 4zM9 4A2 2 0 1 1 8.999.001 2 2 0 0 1 9 4zM2 4A2 2 0 1 1 1.999.001 2 2 0 0 1 2 4z"/>

@ -50,7 +50,7 @@
<% end %>
</span>
</div>
<!-- Verify in other explorers -->
<!-- Verify in Other Explorers -->
<%= render BlockScoutWeb.AddressView, "_verify_other_explorers.html", hash: hash(@transaction), type: "tx" %>
<hr>
<!-- Block Hash -->

Loading…
Cancel
Save