Correct label for field

This commit is contained in:
Jason Zimdars
2025-07-02 14:01:10 -05:00
parent 5262e2812f
commit 08043a7c5e
+1 -1
View File
@@ -6,7 +6,7 @@
terminal_target: "form",
action: "turbo:submit-start->terminal#commandSubmitted turbo:submit-end->terminal#focus keydown.meta+k@document->terminal#focus:prevent keydown.ctrl+k@document->terminal#focus:prevent keydown.enter->terminal#executeCommand keydown.esc->terminal#hideMenus turbo:submit-end->terminal#handleCommandResponse"
} do %>
<label class="terminal__label txt-nowrap" for="fizzy_do">Fizzy do &gt;</label>
<label class="terminal__label txt-nowrap" for="command">Fizzy do &gt;</label>
<%= text_field_tag "command", nil,
autocomplete: "off",