Apply Bootstrap cards to the transaction index pages

pull/208/head
Ryan Arthur 7 years ago
parent e49d1ca118
commit 20f595dd87
  1. 8
      apps/explorer_web/lib/explorer_web/templates/pending_transaction/index.html.eex
  2. 8
      apps/explorer_web/lib/explorer_web/templates/transaction/index.html.eex

@ -1,4 +1,4 @@
<section class="container__section">
<section class="container-fluid">
<div>
<h1>
Transactions
@ -25,8 +25,8 @@
</li>
</ul>
</div>
<div class="panels container__subsection">
<div class="panels__container">
<div class="card">
<div class="card-body">
<table class="table table-responsive-sm table-font">
<thead>
<tr>
@ -68,7 +68,7 @@
<%= if @last_seen_pending_inserted_at do %>
<%= link(
gettext("Next Page"),
class: "button button--secondary button--sm u-float-right",
class: "button button--secondary button--sm u-float-right mt-3",
to: pending_transaction_path(
@conn,
:index,

@ -1,4 +1,4 @@
<section class="container__section">
<section class="container-fluid">
<h1>
Transactions
</h1>
@ -24,8 +24,8 @@
</li>
</ul>
</div>
<div class="panels container__subsection">
<div class="panels__container">
<div class="card">
<div class="card-body">
<table class="table table-responsive-sm table-font">
<thead>
<tr>
@ -75,7 +75,7 @@
<%= if @last_seen_collated_hash do %>
<%= link(
gettext("Next Page"),
class: "button button--secondary button--sm u-float-right",
class: "button button--secondary button--sm u-float-right mt-3",
to: transaction_path(
@conn,
:index,

Loading…
Cancel
Save