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

10 lines
277 B
Text

<p style="color: green"><%= notice %></p>
<%= render @key_bind %>
<div>
<%= link_to "Edit this key bind", edit_key_bind_path(@key_bind) %> |
<%= link_to "Back to key binds", key_binds_path %>
<%= button_to "Destroy this key bind", @key_bind, method: :delete %>
</div>