7 lines
235 B
Plaintext
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 %>
|