left4me/rails/app/views/key_binds/edit.html.erb
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

10 lines
193 B
Text

<h1>Editing key bind</h1>
<%= render "form", key_bind: @key_bind %>
<br>
<div>
<%= link_to "Show this key bind", @key_bind %> |
<%= link_to "Back to key binds", key_binds_path %>
</div>