Files
grecia/app/components/shared/link_list_component.html.erb
Javi Martín 790170a27c Use keyword arguments in tag methods
The interface of this method has changed and uses keyword arguments
instead of a hash of options. This change will be particularly
significant when upgrading to Ruby 3.
2022-08-24 15:10:36 +02:00

2 lines
57 B
Plaintext

<%= tag.ul(**options) { safe_join(list_items, "\n") } %>