mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 17:26:21 +00:00
6 lines
234 B
Text
6 lines
234 B
Text
-#
|
|
@param name [String]
|
|
@param value [String]
|
|
@param text [String]
|
|
- local_assigns.delete(:text)
|
|
%button.dropdown-item{type: 'submit', data: { target: 'dropdown.item' }, name: name, value: value, **local_assigns.compact }= text
|