5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 04:16:21 +00:00
panel/app/views/components/_dropdown_item.haml

5 lines
155 B
Text
Raw Normal View History

2024-02-05 16:16:57 +00:00
-#
@param :text [String] Contenido del link
@param :path [String] Link
= link_to text, path, class: 'dropdown-item', data: { target: 'dropdown.item' }