%= content_for :page_title, t(".title") %> <% unless @api_keys.empty? %> <%= content_for :page_actions do %> <%= render DS::Link.new( text: t(".new_key"), href: new_settings_api_key_path, variant: "primary", icon: "plus" ) %> <% end %> <% end %> <% if @api_keys.empty? %>
<%= t(".empty_description") %>