Cleanup Changed Add New to just New the add is redundant since there is already a + icon

This commit is contained in:
root
2019-03-30 23:43:10 -04:00
parent c01acadba0
commit 93eb361c81
9 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
<div class="card mb-3">
<div class="card-header">
<h6 class="float-left mt-1"><i class="fa fa-file"></i> Invoices</h6>
<button type="button" class="btn btn-primary btn-sm float-right" data-toggle="modal" data-target="#addInvoiceModal"><i class="fas fa-plus"></i> Add New</button>
<button type="button" class="btn btn-primary btn-sm float-right" data-toggle="modal" data-target="#addInvoiceModal"><i class="fas fa-plus"></i> New</button>
</div>
<div class="card-body">
<div class="table-responsive">