This is for the future when we have tokens and smart contracts

Removing these for the merge since we do not have a place to link them to yet.
pull/199/head
katibest 7 years ago committed by jimmay5469
parent 040b8c62af
commit 577f5a0cc5
  1. 16
      apps/explorer_web/lib/explorer_web/templates/layout/_topnav.html.eex

@ -33,21 +33,5 @@
<%= link(gettext("Pending"), to: pending_transaction_path(@conn, :index, Gettext.get_locale), class: "dropdown-item topnav-dropdown-items") %>
</div>
</div>
<div class="header__cell header__cell--links" align="right">
<%= link to: block_path(@conn, :index, Gettext.get_locale) do %>
<div tabindex="0">
<img src="<%= static_path(@conn, "/images/token.svg") %>" />
<%= gettext("Tokens") %>
</div>
<% end %>
</div>
<div class="header__cell header__cell--links" align="right">
<%= link to: block_path(@conn, :index, Gettext.get_locale) do %>
<div tabindex="0">
<img src="<%= static_path(@conn, "/images/smart_contract.svg") %>" />
<%= gettext("Smart Contract") %>
</div>
<% end %>
</div>
</div>
</header>

Loading…
Cancel
Save