Skip to content

Commit

Permalink
Update log.blade.php
Browse files Browse the repository at this point in the history
Just a small typo fix for the text class of the glyphicon. Cheers!
  • Loading branch information
ignatisD authored Dec 19, 2018
1 parent 847def8 commit 34e9793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/log.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class="list-group-item">
<tbody>
@foreach($logs as $log)
<tr>
<td class="text-{{ $log->levelClass }}}">
<td class="text-{{ $log->levelClass }}">
<span class="glyphicon glyphicon-{{ $log->levelImg }}-sign"
aria-hidden="true"></span>
&nbsp;{{ $log->level }}
Expand Down

0 comments on commit 34e9793

Please sign in to comment.