Always show filter dropdown

Co-authored-by: Stamates <stamates@hotmail.com>
pull/333/head
jimmay5469 7 years ago
parent 05636a4b2b
commit 62ad8d094a
  1. 4
      apps/explorer_web/lib/explorer_web/templates/address_internal_transaction/index.html.eex
  2. 3
      apps/explorer_web/lib/explorer_web/templates/address_transaction/index.html.eex

@ -37,8 +37,6 @@
</ul>
</div>
<div class="card-body">
<%= if Enum.count(@internal_transactions) > 0 do %>
<div class="dropdown float-right u-push-sm">
<button data-test="filter_dropdown" class="button button--secondary button--xsmall dropdown-toggle" type="button"
id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@ -77,7 +75,7 @@
) %>
</div>
</div>
<%= if Enum.count(@internal_transactions) > 0 do %>
<table class="table table-responsive-sm table-font">
<thead>
<th><%= gettext "Parent Tx Hash" %></th>

@ -40,7 +40,6 @@
<div data-selector="channel-disconnected-message" style="display:none;">
<%= gettext "channel disconnected" %>
</div>
<%= if Enum.count(@transactions) > 0 do %>
<div class="dropdown float-right u-push-sm">
<button data-test="filter_dropdown" class="button button--secondary button--xsmall dropdown-toggle" type="button"
id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@ -79,7 +78,7 @@
) %>
</div>
</div>
<%= if Enum.count(@transactions) > 0 do %>
<table class="table table-responsive-sm table-font">
<thead>
<tr>

Loading…
Cancel
Save