mirror of
https://github.com/itflow-org/itflow
synced 2026-03-16 02:34:50 +00:00
Merge pull request #1129 from itflow-org/tidying
Tidying/General quality of life updates
This commit is contained in:
@@ -17,8 +17,10 @@ $contacts_sql = mysqli_query($mysqli, "SELECT contact_id, contact_name, contact_
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<h3>Contacts</h3>
|
||||
<div class="col offset-7">
|
||||
<div class="col">
|
||||
<h3>Contacts</h3>
|
||||
</div>
|
||||
<div class="col offset-6">
|
||||
<a href="contact_add.php" class="btn btn-primary" role="button"><i class="fas fa-plus mr-2"></i>New Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user