We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e055b0 commit 15ed1ebCopy full SHA for 15ed1eb
src/resources/views/logger/partials/activity-table.blade.php
@@ -68,7 +68,13 @@
68
<tr @if($drilldownStatus && $hoverable) class="clickable-row" data-href="{{$prependUrl . $activity->id}}" data-toggle="tooltip" title="{{trans('LaravelLogger::laravel-logger.tooltips.viewRecord')}}" @endif >
69
<td>
70
<small>
71
- {{ $activity->id }}
+ @if($hoverable)
72
+ {{ $activity->id }}
73
+ @else
74
+ <a href="{{$prependUrl . $activity->id}}">
75
76
+ </a>
77
+ @endif
78
</small>
79
</td>
80
0 commit comments