Skip to content

Commit 644e23e

Browse files
luciandexNaktibalda
authored andcommitted
Added id on logout link
- it will be used in tests
1 parent eeab328 commit 644e23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layout.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</a>
5050

5151
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
52-
<a class="dropdown-item" href="{{ route('logout') }}"
52+
<a id="logout" class="dropdown-item" href="{{ route('logout') }}"
5353
onclick="event.preventDefault();
5454
document.getElementById('logout-form').submit();">
5555
{{ __('Logout') }}

0 commit comments

Comments
 (0)