about summary refs log blame commit diff
path: root/app/views/machines/_machine.html.erb
blob: c506363a125f9a739b262ec20911b365099d7d50 (plain) (tree)
1
2
3
4
5
6

                                

                                         
      
      
<div id="<%= dom_id machine %>">
  <p>
    <%= link_to machine.name, machine %>
    <small><%= machine.edition %></small>
  </p>
</div>