Files
fizzy/app/views/collections/edit/_name.html.erb
T
2025-10-31 16:13:12 -05:00

8 lines
367 B
Plaintext

<div class="flex align-center gap">
<label class="flex-item-grow">
<strong><%= form.text_field :name, name: "collection[name]", class: "input full-width txt-medium",
required: true, autofocus: false, placeholder: "Board name…",
data: { action: "keydown.enter->form#submit:prevent, keydown.esc->form#cancel" } %></strong>
</label>
</div>