about summary refs log tree commit diff
path: root/app/views/machines/_machine.html.erb
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-01-15 12:32:36 -0500
committerBen Harris <ben@tilde.team>2022-01-15 12:32:36 -0500
commit1d9a622303d7ef6c2f1db99d759554c268767cc4 (patch)
treefa6cdede34fb43efe104ea531bb4c53e04f364e9 /app/views/machines/_machine.html.erb
parent2c8c227493509175fcdbcba3e6a85f8b954a169e (diff)
remove edit.html.erb
Diffstat (limited to 'app/views/machines/_machine.html.erb')
-rw-r--r--app/views/machines/_machine.html.erb10
1 files changed, 2 insertions, 8 deletions
diff --git a/app/views/machines/_machine.html.erb b/app/views/machines/_machine.html.erb
index edba53e..c506363 100644
--- a/app/views/machines/_machine.html.erb
+++ b/app/views/machines/_machine.html.erb
@@ -1,12 +1,6 @@
 <div id="<%= dom_id machine %>">
   <p>
-    <strong>Name:</strong>
-    <%= machine.name %>
+    <%= link_to machine.name, machine %>
+    <small><%= machine.edition %></small>
   </p>
-
-  <p>
-    <strong>Edition:</strong>
-    <%= machine.edition %>
-  </p>
-
 </div>