parent
d3e07fdf64
commit
93c7479e57
@ -1,13 +1,13 @@ |
|||||||
<input id="js-chain-id" class="d-none" value="<%= Application.get_env(:block_scout_web, :chain_id) %>" /> |
<%= unless Application.get_env(:block_scout_web, :disable_add_to_mm_button) do %> |
||||||
<input id="js-coin-name" class="d-none" value="<%= Explorer.coin_name() %>" /> |
<input id="js-coin-name" class="d-none" value="<%= Explorer.coin_name() %>" /> |
||||||
<% sub_network = Keyword.get(Application.get_env(:block_scout_web, BlockScoutWeb.Chain), :subnetwork) %> |
<% sub_network = Keyword.get(Application.get_env(:block_scout_web, BlockScoutWeb.Chain), :subnetwork) %> |
||||||
<input id="js-subnetwork" class="d-none" value="<%= sub_network %>" /> |
<input id="js-subnetwork" class="d-none" value="<%= sub_network %>" /> |
||||||
<input id="js-json-rpc" class="d-none" value="<%= Application.get_env(:block_scout_web, :json_rpc) %>" /> |
<li> |
||||||
<li> |
<a |
||||||
<a |
class="footer-link js-btn-add-chain-to-mm btn-add-chain-to-mm in-footer" |
||||||
class="footer-link js-btn-add-chain-to-mm btn-add-chain-to-mm in-footer" |
style="cursor: pointer;" |
||||||
style="cursor: pointer;" |
> |
||||||
> |
<%= gettext("Add") <> " #{sub_network}" %> |
||||||
<%= gettext("Add") <> " #{sub_network}" %> |
</a> |
||||||
</a> |
</li> |
||||||
</li> |
<% end %> |
Loading…
Reference in new issue