Skip to content

Commit 74899ea

Browse files
committed
Add activity created_at timestamp as title for the 'time' cell.
1 parent a42704c commit 74899ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/logger/partials/activity-table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
@endif
7878
</small>
7979
</td>
80-
<td>
80+
<td title="{{ $activity->created_at }}">
8181
{{ $activity->timePassed }}
8282
</td>
8383
<td>

0 commit comments

Comments
 (0)