Skip to content

Commit

Permalink
Merge pull request #12875 from Godmartinz/sidebar_undeployable_runawa…
Browse files Browse the repository at this point in the history
…y_parenthesis

Fixed space from un deployable total in sidebar
  • Loading branch information
snipe committed Apr 19, 2023
2 parents a84a9a8 + d2118ba commit 4a5426f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/layouts/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,7 @@ class="far fa-circle text-orange fa-fw"></i>
class="fas fa-times text-red fa-fw"></i>
{{ trans('general.all') }}
{{ trans('general.undeployable') }}
({{ (isset($total_undeployable_sidebar)) ? $total_undeployable_sidebar : '' }}
)
({{ (isset($total_undeployable_sidebar)) ? $total_undeployable_sidebar : '' }})
</a>
</li>
<li{!! (Request::query('status') == 'byod' ? ' class="active"' : '') !!}><a
Expand Down

0 comments on commit 4a5426f

Please sign in to comment.