From 3678a6c669e017852d687a821ef92f5ce2cd4221 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 15 Aug 2024 00:49:42 +0000 Subject: [PATCH] Add a little spacing --- app/views/api_keys/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api_keys/index.html.erb b/app/views/api_keys/index.html.erb index fb49f012e..7cd2052b7 100644 --- a/app/views/api_keys/index.html.erb +++ b/app/views/api_keys/index.html.erb @@ -37,7 +37,7 @@ <% else %> <%# If a user already has a key (which is now inactive) don't allow them to create another %> -

No active keys

+

No active keys

<% end %> <% else %> <%= render @api_keys.select(&:active?) %>