Files
fizzy/app/views/collections/edit/_name.html.erb
T
2025-05-02 15:51:29 +02:00

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