<%= notice %>

Executions

<% @executions.each do |execution| %> <%= render execution %>

<%= link_to "Show this execution", execution %>

<% end %>
<%= link_to "New execution", new_execution_path %>