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

10 lines
186 B
Text

<h1>Editing command</h1>
<%= render "form", command: @command %>
<br>
<div>
<%= link_to "Show this command", @command %> |
<%= link_to "Back to commands", commands_path %>
</div>