We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc757d commit d723cf8Copy full SHA for d723cf8
app/views/layouts/application.html.haml
@@ -47,7 +47,7 @@
47
Help
48
-# User profile dropdown
49
- if auth_user_signed_in?
50
- %pzsh-menu-dropdown{href: '#'}
+ %pzsh-menu-dropdown{href: '#', id: 'username'}
51
%div{slot: 'toggle'}
52
%pzsh-icon{name: 'user'}
53
= current_auth_user&.name || current_auth_user&.email
0 commit comments