From 0dd5bbe25aa5f3429f34f8068c9fe7975a96b75a Mon Sep 17 00:00:00 2001 From: DocuSeal Date: Sun, 1 Oct 2023 21:31:29 +0300 Subject: [PATCH] fix erblint --- app/views/api_settings/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api_settings/index.html.erb b/app/views/api_settings/index.html.erb index aff07684..980e9b3d 100644 --- a/app/views/api_settings/index.html.erb +++ b/app/views/api_settings/index.html.erb @@ -102,7 +102,7 @@
- <%= link_to 'Open Full API reference', Docuseal::PRODUCT_URL + '/docs/api', class: 'btn btn-warning text-base mt-4 px-8', target: '_blank' %> + <%= link_to 'Open Full API Reference', "#{Docuseal::PRODUCT_URL}/docs/api", class: 'btn btn-warning text-base mt-4 px-8', target: '_blank', rel: 'noopener' %>