mirror of
https://github.com/System-End/theseus.git
synced 2026-04-20 00:35:18 +00:00
7 lines
No EOL
288 B
Text
7 lines
No EOL
288 B
Text
<div class="field-unit__label">
|
|
<%= f.label field.attribute %>
|
|
</div>
|
|
<div class="field-unit__field">
|
|
<%= f.text_field field.attribute, value: field.data&.join(", "), name: "#{f.object_name}[#{field.attribute}][]" %>
|
|
<p class="help-text">Enter values separated by commas</p>
|
|
</div> |