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

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>