From 2c8c227493509175fcdbcba3e6a85f8b954a169e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 15 Jan 2022 12:10:26 -0500 Subject: init --- app/views/machines/edit.html.erb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/views/machines/edit.html.erb (limited to 'app/views/machines/edit.html.erb') diff --git a/app/views/machines/edit.html.erb b/app/views/machines/edit.html.erb new file mode 100644 index 0000000..a390477 --- /dev/null +++ b/app/views/machines/edit.html.erb @@ -0,0 +1,10 @@ +

Editing machine

+ +<%= render "form", machine: @machine %> + +
+ +
+ <%= link_to "Show this machine", @machine %> | + <%= link_to "Back to machines", machines_path %> +
-- cgit 1.4.1