akkounts/app/components/dropdown_link_component.html.erb
Râu Cao c43e43d89c
All checks were successful
continuous-integration/drone/push Build is passing
Open RS apps in new tab
2025-05-16 17:30:11 +04:00

7 lines
235 B
Plaintext

<%= link_to @href, class: @class, target: @target, data: {
'dropdown-target': "menuItem",
'action': "keydown.up->dropdown#previousItem:prevent keydown.down->dropdown#nextItem:prevent"
} do %>
<%= content %>
<% end %>