Skip to content

Commit a226072

Browse files
committed
Update log.blade.php
1 parent c8c92fd commit a226072

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/views/log.blade.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,14 @@
4040
background-color: #f5f5f5;
4141
border-color: #777;
4242
}
43-
.text-muted >i > a {
44-
color: #777;
45-
}
4643
</style>
4744
</head>
4845
<body>
4946
<div class="container-fluid">
5047
<div class="row">
5148
<div class="col-sm-3 col-md-2 sidebar">
5249
<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>
50+
<p class="text-muted"><i>by Rap2h</i></p>
5451
<div class="list-group">
5552
@foreach($files as $file)
5653
<a href="?l={{ base64_encode($file) }}" class="list-group-item @if ($current_file == $file) llv-active @endif">

0 commit comments

Comments
 (0)