about summary refs log tree commit diff
path: root/app/views/machines/_machine.html.erb
blob: edba53e0247ef2e896e78157318915553866ad63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<div id="<%= dom_id machine %>">
  <p>
    <strong>Name:</strong>
    <%= machine.name %>
  </p>

  <p>
    <strong>Edition:</strong>
    <%= machine.edition %>
  </p>

</div>