aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/operations/_operation.html.erb
blob: 63498481a7a6f13d046dad695ce5bf00cae2fd25 (plain) (blame)
1
2
3
4
5
6
7
<div id="<%= dom_id operation %>">
  <p>
    <strong>Name:</strong>
    <%= operation.name %>
  </p>

</div>