Skip to content

Commit 3087a9e

Browse files
committed
Update log.blade.php
1 parent 5abc624 commit 3087a9e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/views/log.blade.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<div class="col-sm-3 col-md-2 sidebar">
3535
<h1><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span> Laravel Log Viewer</h1>
3636
<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>
40+
@endforeach
41+
</div>
3742
</div>
3843
<div class="col-sm-9 col-md-10">
3944
<table class="table table-striped">
@@ -74,4 +79,4 @@
7479
});
7580
</script>
7681
</body>
77-
</html>
82+
</html>

0 commit comments

Comments
 (0)