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 cc99276 commit 73b014dCopy full SHA for 73b014d
src/views/log.blade.php
@@ -36,7 +36,7 @@
36
<p class="text-muted"><i>by Rap2h</i></p>
37
<div class="list-group">
38
@foreach($files as $file)
39
- <a href="{{{ Route::getCurrentRoute()->getPath() }}}?l={{{ Crypt::encrypt($file) }}}" class="list-group-item">{{$file}}</a>
+ <a href="/{{{ Route::getCurrentRoute()->getPath() }}}?l={{{ Crypt::encrypt($file) }}}" class="list-group-item">{{$file}}</a>
40
@endforeach
41
</div>
42
0 commit comments