Skip to content

Commit d723cf8

Browse files
Fix auth spec
1 parent efc757d commit d723cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
Help
4848
-# User profile dropdown
4949
- if auth_user_signed_in?
50-
%pzsh-menu-dropdown{href: '#'}
50+
%pzsh-menu-dropdown{href: '#', id: 'username'}
5151
%div{slot: 'toggle'}
5252
%pzsh-icon{name: 'user'}
5353
= current_auth_user&.name || current_auth_user&.email

0 commit comments

Comments
 (0)