<%= notice %>

<%= render @execution %>
<%= link_to "Edit this execution", edit_execution_path(@execution) %> | <%= link_to "Back to executions", executions_path %> <%= button_to "Destroy this execution", @execution, method: :delete %>