Skip to content

Commit 7e54957

Browse files
committed
fix reported GH error #21
1 parent 199c6da commit 7e54957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@
126126
break;
127127
}
128128
@endphp
129-
<span class="badge badge-{{$methodClass}}">
129+
<span class="badge badge-{{ $methodClass }}">
130130
{{ $activity->methodType }}
131131
</span>
132132
</td>
133133
<td class="ellipsis">
134134
@if($hoverable)
135135
{{ showCleanRoutUrl($activity->route) }}
136136
@else
137-
<a href="@if($activity->route != '/')/@endif{{$activity->route}}">
137+
<a href="{{ $activity->route }}">
138138
{{$activity->route}}
139139
</a>
140140
@endif

0 commit comments

Comments
 (0)