mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Use TimeAgo for Ticket Created At column, use tooltip to show real date and time
This commit is contained in:
@@ -270,10 +270,8 @@ $total_tickets_closed = intval($row['total_tickets_closed']);
|
||||
</td>
|
||||
|
||||
<!-- Ticket Created At -->
|
||||
<td>
|
||||
<td title="<?php echo $ticket_created_at; ?>">
|
||||
<?php echo $ticket_created_at_time_ago; ?>
|
||||
<br>
|
||||
<small class="text-secondary"><?php echo $ticket_created_at; ?></small>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user