ubicloud/views/components/form/hidden.erb
Jeremy Evans 311699eac2 Use herb linter for linting erb files, and fix most issues
After running these changes, there are 1 error and 3 warnings when
running the linter, due to bugs in the linter
(https://github.com/marcoroth/herb/issues 480, 481, 483).
2025-09-05 14:51:03 -07:00

8 lines
110 B
Text

<%# locals: (name:, value:) %>
<input
type="hidden"
name="<%= name %>"
value="<%= value %>"
hidden
>