diff options
Diffstat (limited to 'app/views/operations/_operation.html.erb')
-rw-r--r-- | app/views/operations/_operation.html.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/operations/_operation.html.erb b/app/views/operations/_operation.html.erb new file mode 100644 index 0000000..6349848 --- /dev/null +++ b/app/views/operations/_operation.html.erb @@ -0,0 +1,7 @@ +<div id="<%= dom_id operation %>"> + <p> + <strong>Name:</strong> + <%= operation.name %> + </p> + +</div> |