mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Delete extra character remaining from previous tests :(
This commit is contained in:
parent
2402f00a2e
commit
d083f89f30
|
@ -18,7 +18,7 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<ul class="dropdown-menu pull-right" role="menu22">
|
<ul class="dropdown-menu pull-right" role="menu22">
|
||||||
@if ($component->assigned_to != ''))
|
@if ($component->assigned_to != '')
|
||||||
@can('checkin', $component)
|
@can('checkin', $component)
|
||||||
<li role="menuitem">
|
<li role="menuitem">
|
||||||
<a href="{{ route('checkin/component', $component->id) }}">
|
<a href="{{ route('checkin/component', $component->id) }}">
|
||||||
|
|
Loading…
Reference in a new issue