<%= notice %>

Operations

<% @operations.each do |operation| %> <%= render operation %>

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

<% end %>
<%= link_to "New operation", new_operation_path %>