about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-09-14 17:39:01 -0400
committerBen Harris <ben@tilde.team>2021-09-14 17:39:01 -0400
commitd32e71077cb5a874c69edfc8db77b272a1388623 (patch)
tree55e24c1cad76bd74f2e2117a22838eb6d36879b8
parent8c7a90afc80b5b352a5f027dd5b9f4d99c434a2e (diff)
add machine name to edit
-rw-r--r--app/views/machines/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/machines/edit.html.erb b/app/views/machines/edit.html.erb
index 477a0ee..edef303 100644
--- a/app/views/machines/edit.html.erb
+++ b/app/views/machines/edit.html.erb
@@ -1,4 +1,4 @@
-<h1>Edit Pinball Machine</h1>
+<h1>Edit <%= @machine.name %></h1>
 
 <%= render "form", machine: @machine %>