10 lines
186 B
Text
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>
|