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 c8c92fd commit a226072Copy full SHA for a226072
src/views/log.blade.php
@@ -40,17 +40,14 @@
40
background-color: #f5f5f5;
41
border-color: #777;
42
}
43
- .text-muted >i > a {
44
- color: #777;
45
- }
46
</style>
47
</head>
48
<body>
49
<div class="container-fluid">
50
<div class="row">
51
<div class="col-sm-3 col-md-2 sidebar">
52
<h1><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span> Laravel Log Viewer</h1>
53
- <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>
54
<div class="list-group">
55
@foreach($files as $file)
56
<a href="?l={{ base64_encode($file) }}" class="list-group-item @if ($current_file == $file) llv-active @endif">
0 commit comments