mirror of https://github.com/itflow-org/itflow
Fix extra spacing between icon and Assigned Contact Name iin ticket details
This commit is contained in:
parent
9642babb7e
commit
9fa78897bc
|
|
@ -933,8 +933,7 @@ if (isset($_GET['ticket_id'])) {
|
|||
<div>
|
||||
<i class="fa fa-fw fa-user text-secondary mr-2"></i><a href="#" class="ajax-modal"
|
||||
data-modal-size="lg"
|
||||
data-modal-url="modals/contact/contact_details.php?id=<?= $contact_id ?>">
|
||||
<strong><?php echo $contact_name; ?></strong>
|
||||
data-modal-url="modals/contact/contact_details.php?id=<?= $contact_id ?>"><strong><?= $contact_name ?></strong>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue