10 lines
285 B
Text
10 lines
285 B
Text
<p style="color: green"><%= notice %></p>
|
|
|
|
<%= render @execution %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this execution", edit_execution_path(@execution) %> |
|
|
<%= link_to "Back to executions", executions_path %>
|
|
|
|
<%= button_to "Destroy this execution", @execution, method: :delete %>
|
|
</div>
|