9 lines
143 B
Text
9 lines
143 B
Text
<h1>New execution</h1>
|
|
|
|
<%= render "form", execution: @execution %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Back to executions", executions_path %>
|
|
</div>
|