Skip to content

Commit

Permalink
fix erblint
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Oct 1, 2023
1 parent 3975c96 commit 0dd5bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/api_settings/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</div>
</div>
<div class="text-center">
<%= 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' %>
</div>
</div>
</div>

0 comments on commit 0dd5bbe

Please sign in to comment.