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 5abc624 commit 3087a9eCopy full SHA for 3087a9e
src/views/log.blade.php
@@ -34,6 +34,11 @@
34
<div class="col-sm-3 col-md-2 sidebar">
35
<h1><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span> Laravel Log Viewer</h1>
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>
40
+ @endforeach
41
+ </div>
42
</div>
43
<div class="col-sm-9 col-md-10">
44
<table class="table table-striped">
@@ -74,4 +79,4 @@
74
79
});
75
80
</script>
76
81
</body>
77
-</html>
82
+</html>
0 commit comments