Skip to content

Commit

Permalink
changes in dashboard and manage job pages
Browse files Browse the repository at this point in the history
  • Loading branch information
haywhy43 committed May 2, 2019
1 parent 45c2d40 commit bb45d14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions views/admin_dashboard.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -132,31 +132,6 @@
</div>
</div>
</div>

<div class="card-body">
<div class="card-header py-3 bg-blue">
<h6 class="m-0 font-weight-bold text-white">Payment</h6>
</div>
<div class="table-responsive">
<table class="table table-bordered" id="" width="100%" cellspacing="0">
<thead>
<tr>
<th>S/N</th>
<th>Payer's email</th>
<th>Payment Ref No.</th>
<th>Payment date</th>
<th>Amount paid</th>
<th>Total No of payment made</th>
</tr>
</thead>
<tbody id="tbody">
<tr>

</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion views/manage_jobs.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div class="container-fluid">
<div class="d-sm-flex align-items-center justify-content-between mb-4">
<p class="mb-4 text-gray-800">This is the managejobs page for DevAlert</p>
<button class="d-none d-sm-inline-block btn btn-sm btn-primary shadow-sm"><i class="fas fa-plus fa-sm text-white-50" data-toggle="modal" data-target="#createJobModal" ></i> Add Jobs</button>
<button class="d-none d-sm-inline-block btn btn-sm btn-primary shadow-sm" data-toggle="modal" data-target="#createJobModal"><i class="fas fa-plus fa-sm text-white-50" ></i> Add Jobs</button>
</div>
<div class="card shadow mb-4">
<div class="card-header py-3 bg-blue">
Expand Down

0 comments on commit bb45d14

Please sign in to comment.