10 lines
269 B
Text
10 lines
269 B
Text
<p style="color: green"><%= notice %></p>
|
|
|
|
<%= render @command %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this command", edit_command_path(@command) %> |
|
|
<%= link_to "Back to commands", commands_path %>
|
|
|
|
<%= button_to "Destroy this command", @command, method: :delete %>
|
|
</div>
|