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 199c6da commit 7e54957Copy full SHA for 7e54957
src/resources/views/logger/partials/activity-table.blade.php
@@ -126,15 +126,15 @@
126
break;
127
}
128
@endphp
129
- <span class="badge badge-{{$methodClass}}">
+ <span class="badge badge-{{ $methodClass }}">
130
{{ $activity->methodType }}
131
</span>
132
</td>
133
<td class="ellipsis">
134
@if($hoverable)
135
{{ showCleanRoutUrl($activity->route) }}
136
@else
137
- <a href="@if($activity->route != '/')/@endif{{$activity->route}}">
+ <a href="{{ $activity->route }}">
138
{{$activity->route}}
139
</a>
140
@endif
0 commit comments