Files
fizzy/app/views/collections/edit/_name.html.erb
T
2025-04-25 13:29:16 +02:00

8 lines
359 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",
required: true, autofocus: true, placeholder: "Give it a name…",
data: { action: "keydown.enter->form#submit:prevent, keydown.esc->form#cancel" } %></strong>
</label>
</div>