From bd33a860f4612563c555f407799c3a41ccc675f9 Mon Sep 17 00:00:00 2001 From: Mark Bussey Date: Tue, 5 Sep 2023 12:50:44 -0500 Subject: [PATCH] Remove obsolete Config management links We no longer allow multiple Config objects, so there's no longer a need for an index link or to delete an inactive config. --- app/views/admin/configs/show.html.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/admin/configs/show.html.erb b/app/views/admin/configs/show.html.erb index 2e42d56d..318a1ae7 100644 --- a/app/views/admin/configs/show.html.erb +++ b/app/views/admin/configs/show.html.erb @@ -38,7 +38,4 @@
<%= link_to "Edit this config", edit_config_path(@config) %> | - <%= link_to "Back to configs", config_path %> - - <%= button_to "Destroy this config", @config, method: :delete %>