From b3507c1a3a2b575b77318c9e9dc23a4955c7b006 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Tue, 31 Dec 2024 19:56:16 +0200 Subject: [PATCH] adjust test toggle size --- app/views/shared/_navbar.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index aef418a1..bdb4a26b 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -52,7 +52,7 @@ <% if (can?(:manage, EncryptedConfig) && current_user == true_user) || (current_user != true_user && current_account.testing?) %> <%= form_for '', url: testing_account_path, method: current_account.testing? ? :delete : :get, html: { class: 'w-full py-1' } do |f| %>