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 Jun 5, 2015
1 parent c8c92fd commit a226072
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/views/log.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,14 @@
background-color: #f5f5f5;
border-color: #777;
}
.text-muted >i > a {
color: #777;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row">
<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 <a href="http://twitter.com/raphael_h_" target="_blank">Rap2h</a></i></p>
<p class="text-muted"><i>by Rap2h</i></p>
<div class="list-group">
@foreach($files as $file)
<a href="?l={{ base64_encode($file) }}" class="list-group-item @if ($current_file == $file) llv-active @endif">
Expand Down

0 comments on commit a226072

Please sign in to comment.