Skip to content

Commit

Permalink
Update log.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Nov 24, 2014
1 parent 5abc624 commit 3087a9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/log.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
<div class="col-sm-3 col-md-2 sidebar">
<h1><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span> Laravel Log Viewer</h1>
<p class="text-muted"><i>by Rap2h</i></p>
<div class="list-group">
@foreach($files as $file)
<a href="{{{ Route::getCurrentRoute()->getPath() }}}?l={{{ Crypt::encrypt($file) }}}" class="list-group-item">{{$file}}</a>
@endforeach
</div>
</div>
<div class="col-sm-9 col-md-10">
<table class="table table-striped">
Expand Down Expand Up @@ -74,4 +79,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit 3087a9e

Please sign in to comment.