From 9fd1f4fb7d121d8a88a4f20b4a6c949a3f3659a7 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 17 Mar 2026 20:37:58 -0400 Subject: [PATCH] removed back link --- app/views/items/edit.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/items/edit.html.erb b/app/views/items/edit.html.erb index 2ec4112..45050f5 100644 --- a/app/views/items/edit.html.erb +++ b/app/views/items/edit.html.erb @@ -1,5 +1,3 @@

Edit Item

-<%= render "form" %> - -<%= link_to "Back", items_path %> \ No newline at end of file +<%= render "form" %> \ No newline at end of file