Close form on Esc key. Localize submit button.

This commit is contained in:
2024-01-06 18:06:36 +01:00
parent ce4770a25c
commit 0801e8059c
6 changed files with 51 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
<%= turbo_stream.update @unit do %>
<%= turbo_stream.prepend :units do %>
<%= render partial: 'form' %>
<% end %>