remove outer table

pull/2399/head
Ayrat Badykov 5 years ago
parent e3ca0e2b46
commit 5c6de06892
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 4
      apps/block_scout_web/lib/block_scout_web/templates/address_logs/_logs.html.eex

@ -39,7 +39,8 @@
<td colspan="3"><code><%= text %></code></td> <td colspan="3"><code><%= text %></code></td>
</tr> </tr>
</table> </table>
<table style="color: black;" summary="<%= gettext "Log Data" %>" class="table thead-light table-bordered table-responsive"> <div class="table-bordered table-responsive text-center">
<table style="color: black;" summary="<%= gettext "Log Data" %>" class="table thead-light table-bordered">
<tr> <tr>
<th scope="col"></th> <th scope="col"></th>
<th scope="col"><%= gettext "Name" %></th> <th scope="col"><%= gettext "Name" %></th>
@ -76,6 +77,7 @@
</tr> </tr>
<% end %> <% end %>
</table> </table>
</div>
<% _ -> %> <% _ -> %>
<%= nil %> <%= nil %>
<% end %> <% end %>

Loading…
Cancel
Save