pinrails/app/views/machines/_machine.html.erb

13 lines
176 B
Plaintext
Raw Normal View History

2022-01-15 17:10:26 +00:00
<div id="<%= dom_id machine %>">
<p>
<strong>Name:</strong>
<%= machine.name %>
</p>
<p>
<strong>Edition:</strong>
<%= machine.edition %>
</p>
</div>