Skip to content

Commit 73b014d

Browse files
committed
Update log.blade.php
1 parent cc99276 commit 73b014d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/log.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<p class="text-muted"><i>by Rap2h</i></p>
3737
<div class="list-group">
3838
@foreach($files as $file)
39-
<a href="{{{ Route::getCurrentRoute()->getPath() }}}?l={{{ Crypt::encrypt($file) }}}" class="list-group-item">{{$file}}</a>
39+
<a href="/{{{ Route::getCurrentRoute()->getPath() }}}?l={{{ Crypt::encrypt($file) }}}" class="list-group-item">{{$file}}</a>
4040
@endforeach
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)