Skip to content

Commit

Permalink
Adding the results count for the search form
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Oct 24, 2018
1 parent e091d66 commit db47c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/bootstrap-3/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<span class="input-group-btn">
@unless (is_null($query))
<a href="{{ route('log-viewer::logs.show', [$log->date]) }}" class="btn btn-default">
<span class="glyphicon glyphicon-remove"></span>
({{ $entries->count() }} results) <span class="glyphicon glyphicon-remove"></span>
</a>
@endunless
<button id="search-btn" class="btn btn-primary">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/bootstrap-4/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<div class="input-group-append">
@unless (is_null($query))
<a href="{{ route('log-viewer::logs.show', [$log->date]) }}" class="btn btn-secondary">
<i class="fa fa-fw fa-times"></i>
({{ $entries->count() }} results) <i class="fa fa-fw fa-times"></i>
</a>
@endunless
<button id="search-btn" class="btn btn-primary">
Expand Down

0 comments on commit db47c88

Please sign in to comment.